Explorar el Código

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

Evan You hace 2 años
padre
commit
85c804092f
Se han modificado 1 ficheros con 1 adiciones y 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)