We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e876f7 commit 24179afCopy full SHA for 24179af
packages/vue/__tests__/e2e/hydration-strat-media.html
@@ -16,7 +16,7 @@
16
17
const Comp = {
18
props: {
19
- value: Boolean
+ value: Boolean,
20
},
21
setup(props) {
22
const count = ref(0)
@@ -43,7 +43,7 @@
43
})
44
45
const show = (window.show = ref(true))
46
- return () => h(AsyncComp,{ value: show.value })
+ return () => h(AsyncComp, { value: show.value })
47
48
}).mount('#app')
49
</script>
0 commit comments