mirror of https://github.com/vuejs/core.git
chore(sfc-playground): resolve autosave conflict issue (#11970)
This commit is contained in:
parent
215e154072
commit
902bd9c438
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue