refactor(sfc-playground): enable vapor by default

This commit is contained in:
三咲智子 Kevin Deng 2024-01-31 18:04:28 +08:00
parent 21bec835f0
commit a972894721
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ window.addEventListener('resize', setVH)
setVH()
const useSSRMode = ref(false)
const useVaporMode = ref(false)
const useVaporMode = ref(true)
const {
vueVersion,