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.ctrl.s.prevent
|
||||||
@keydown.meta.s.prevent
|
@keydown.meta.s.prevent
|
||||||
:ssr="useSSRMode"
|
:ssr="useSSRMode"
|
||||||
:autoSave="autoSave"
|
:model-value="autoSave"
|
||||||
|
:editorOptions="{ autoSaveText: false }"
|
||||||
:store="store"
|
:store="store"
|
||||||
:showCompileOutput="true"
|
:showCompileOutput="true"
|
||||||
:autoResize="true"
|
:autoResize="true"
|
||||||
|
|
Loading…
Reference in New Issue