feat(sfc-playground): prevent ctrl+s default behavior (#5066)
This commit is contained in:
parent
57a09331b2
commit
b0275070e4
@ -31,6 +31,8 @@ watchEffect(() => history.replaceState({}, '', store.serialize()))
|
|||||||
<template>
|
<template>
|
||||||
<Header :store="store" />
|
<Header :store="store" />
|
||||||
<Repl
|
<Repl
|
||||||
|
@keydown.ctrl.s.prevent
|
||||||
|
@keydown.meta.s.prevent
|
||||||
:store="store"
|
:store="store"
|
||||||
:showCompileOutput="true"
|
:showCompileOutput="true"
|
||||||
:autoResize="true"
|
:autoResize="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user