Skip to content

Commit 83641f7

Browse files
committed
chore(playground): add vapor flag
1 parent 65909f6 commit 83641f7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

playground/src/no-script.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { template } from '@vue/runtime-vapor'
22

3-
export default () => {
4-
return template('<div>')()
3+
const comp = () => {
4+
return template('<div><h1>Hello')()
55
}
6+
comp.vapor = true
7+
8+
export default comp

0 commit comments

Comments
 (0)