chore(sfc-playground): resolve autosave conflict issue (#11970)

This commit is contained in:
Hongkun 2024-09-20 16:44:49 +08:00 committed by GitHub
parent 215e154072
commit 902bd9c438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ onMounted(() => {
@keydown.ctrl.s.prevent
@keydown.meta.s.prevent
:ssr="useSSRMode"
:autoSave="autoSave"
:model-value="autoSave"
:editorOptions="{ autoSaveText: false }"
:store="store"
:showCompileOutput="true"
:autoResize="true"