Browse Source

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

Evan You 2 years ago
parent
commit
85c804092f
1 changed files with 1 additions and 1 deletions
  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)