From: 三咲智子 Kevin Deng Date: Wed, 31 Jan 2024 10:04:28 +0000 (+0800) Subject: refactor(sfc-playground): enable vapor by default X-Git-Tag: v3.6.0-alpha.1~16^2~616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a97289472168705253e8ac36580dd8cae51276c8;p=thirdparty%2Fvuejs%2Fcore.git refactor(sfc-playground): enable vapor by default --- diff --git a/packages/sfc-playground/src/App.vue b/packages/sfc-playground/src/App.vue index e681cf3744..fd847f407a 100644 --- a/packages/sfc-playground/src/App.vue +++ b/packages/sfc-playground/src/App.vue @@ -36,7 +36,7 @@ window.addEventListener('resize', setVH) setVH() const useSSRMode = ref(false) -const useVaporMode = ref(false) +const useVaporMode = ref(true) const { vueVersion,