Skip to content

Commit 04fff05

Browse files
authored
fix(sfc-playground): default selected app (#5370)
1 parent 209483b commit 04fff05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sfc-playground/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '@vue/repl/style.css'
44

55
// @ts-expect-error Custom window property
66
window.VUE_DEVTOOLS_CONFIG = {
7-
defaultSelectedAppId: 'id:repl'
7+
defaultSelectedAppId: 'repl'
88
}
99

1010
createApp(App).mount('#app')

0 commit comments

Comments
 (0)