From: wxsm Date: Sun, 12 Dec 2021 02:01:15 +0000 (+0800) Subject: feat(sfc-playground): prevent ctrl+s default behavior (#5066) X-Git-Tag: v3.2.25~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0275070e4824c5efa868528f610eaced83d8fbc;p=thirdparty%2Fvuejs%2Fcore.git feat(sfc-playground): prevent ctrl+s default behavior (#5066) --- diff --git a/packages/sfc-playground/src/App.vue b/packages/sfc-playground/src/App.vue index 06913b3912..299bd0aced 100644 --- a/packages/sfc-playground/src/App.vue +++ b/packages/sfc-playground/src/App.vue @@ -31,6 +31,8 @@ watchEffect(() => history.replaceState({}, '', store.serialize()))