We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a0933 commit b027507Copy full SHA for b027507
packages/sfc-playground/src/App.vue
@@ -31,6 +31,8 @@ watchEffect(() => history.replaceState({}, '', store.serialize()))
31
<template>
32
<Header :store="store" />
33
<Repl
34
+ @keydown.ctrl.s.prevent
35
+ @keydown.meta.s.prevent
36
:store="store"
37
:showCompileOutput="true"
38
:autoResize="true"
0 commit comments