Explorar o código

chore(sfc-playground): use dev mode by default

Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
85c804092f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/sfc-playground/src/App.vue

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

@@ -26,7 +26,7 @@ const setVH = () => {
 window.addEventListener('resize', setVH)
 setVH()
 
-const useDevMode = ref(false)
+const useDevMode = ref(true)
 const useSSRMode = ref(false)
 
 let hash = location.hash.slice(1)