We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65909f6 commit 83641f7Copy full SHA for 83641f7
playground/src/no-script.js
@@ -1,5 +1,8 @@
1
import { template } from '@vue/runtime-vapor'
2
3
-export default () => {
4
- return template('<div>')()
+const comp = () => {
+ return template('<div><h1>Hello')()
5
}
6
+comp.vapor = true
7
+
8
+export default comp
0 commit comments