Skip to content

Commit 24179af

Browse files
[autofix.ci] apply automated fixes
1 parent 1e876f7 commit 24179af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/__tests__/e2e/hydration-strat-media.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
const Comp = {
1818
props: {
19-
value: Boolean
19+
value: Boolean,
2020
},
2121
setup(props) {
2222
const count = ref(0)
@@ -43,7 +43,7 @@
4343
})
4444

4545
const show = (window.show = ref(true))
46-
return () => h(AsyncComp,{ value: show.value })
46+
return () => h(AsyncComp, { value: show.value })
4747
},
4848
}).mount('#app')
4949
</script>

0 commit comments

Comments
 (0)