no-script.js 147 B

12345678
  1. import { template } from '@vue/runtime-vapor'
  2. const comp = () => {
  3. return template('<div><h1>Hello')()
  4. }
  5. comp.vapor = true
  6. export default comp