Skip to content

Commit

Permalink
fix(sfc-playground): resolve autosave conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phk422 committed Sep 19, 2024
1 parent e075dfa commit 6af9796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages-private/sfc-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6af9796

Please sign in to comment.