Selaa lähdekoodia

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

Evan You 2 vuotta sitten
vanhempi
commit
85c804092f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)