mirror of https://github.com/vuejs/core.git
refactor(sfc-playground): enable vapor by default
This commit is contained in:
parent
21bec835f0
commit
a972894721
|
@ -36,7 +36,7 @@ window.addEventListener('resize', setVH)
|
|||
setVH()
|
||||
|
||||
const useSSRMode = ref(false)
|
||||
const useVaporMode = ref(false)
|
||||
const useVaporMode = ref(true)
|
||||
|
||||
const {
|
||||
vueVersion,
|
||||
|
|
Loading…
Reference in New Issue