From: Evan You Date: Tue, 12 Dec 2023 15:08:23 +0000 (+0800) Subject: chore(sfc-playground): use dev mode by default X-Git-Tag: v3.4.0-beta.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c804092f782d044e357757d18af468fa29a4e5;p=thirdparty%2Fvuejs%2Fcore.git chore(sfc-playground): use dev mode by default --- diff --git a/packages/sfc-playground/src/App.vue b/packages/sfc-playground/src/App.vue index 1afd1bd279..e5e52dd426 100644 --- a/packages/sfc-playground/src/App.vue +++ b/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)