mirror of https://github.com/vuejs/core.git
fix(sfc-playground): default selected app (#5370)
This commit is contained in:
parent
209483bed1
commit
04fff05f00
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue