Skip to content

Commit

Permalink
fix(sfc-playground): default selected app (vuejs#5370)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored and iwusong committed May 13, 2022
1 parent 3715676 commit fac1e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sfc-playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit fac1e60

Please sign in to comment.