Ver Fonte

refactor(sfc-playground): enable vapor by default

三咲智子 Kevin Deng há 2 anos atrás
pai
commit
a972894721
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/sfc-playground/src/App.vue

+ 1 - 1
packages/sfc-playground/src/App.vue

@@ -36,7 +36,7 @@ window.addEventListener('resize', setVH)
 setVH()
 setVH()
 
 
 const useSSRMode = ref(false)
 const useSSRMode = ref(false)
-const useVaporMode = ref(false)
+const useVaporMode = ref(true)
 
 
 const {
 const {
   vueVersion,
   vueVersion,