mirror of https://github.com/vuejs/core.git
chore(sfc-playground): use dev mode by default
This commit is contained in:
parent
20ad475718
commit
85c804092f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue