]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(sfc-playground): default selected app (#5370)
author三咲智子 <sxzz@sxzz.moe>
Fri, 13 May 2022 00:16:29 +0000 (08:16 +0800)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 00:16:29 +0000 (20:16 -0400)
packages/sfc-playground/src/main.ts

index e645bb2bd0fad8e27481ffac9d14db9b68297951..713251fd81cf8122562757b1003abbd39a689ccf 100644 (file)
@@ -4,7 +4,7 @@ import '@vue/repl/style.css'
 
 // @ts-expect-error Custom window property
 window.VUE_DEVTOOLS_CONFIG = {
-  defaultSelectedAppId: 'id:repl'
+  defaultSelectedAppId: 'repl'
 }
 
 createApp(App).mount('#app')