Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 902bd9c

Browse files
authored
chore(sfc-playground): resolve autosave conflict issue (#11970)
1 parent 215e154 commit 902bd9c

File tree

1 file changed

+2
-1
lines changed
  • packages-private/sfc-playground/src

1 file changed

+2
-1
lines changed

packages-private/sfc-playground/src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ onMounted(() => {
136136
@keydown.ctrl.s.prevent
137137
@keydown.meta.s.prevent
138138
:ssr="useSSRMode"
139-
:autoSave="autoSave"
139+
:model-value="autoSave"
140+
:editorOptions="{ autoSaveText: false }"
140141
:store="store"
141142
:showCompileOutput="true"
142143
:autoResize="true"

0 commit comments

Comments
 (0)