fix(sfc-playground): default selected app (#5370)

This commit is contained in:
三咲智子
2022-05-13 08:16:29 +08:00
committed by GitHub
parent 209483bed1
commit 04fff05f00

View 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')