Browse Source

refactor(sfc-playground): enable vapor by default

三咲智子 Kevin Deng 2 năm trước cách đây
mục cha
commit
a972894721
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
 
 const useSSRMode = ref(false)
-const useVaporMode = ref(false)
+const useVaporMode = ref(true)
 
 const {
   vueVersion,