We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209483b commit 04fff05Copy full SHA for 04fff05
packages/sfc-playground/src/main.ts
@@ -4,7 +4,7 @@ import '@vue/repl/style.css'
4
5
// @ts-expect-error Custom window property
6
window.VUE_DEVTOOLS_CONFIG = {
7
- defaultSelectedAppId: 'id:repl'
+ defaultSelectedAppId: 'repl'
8
}
9
10
createApp(App).mount('#app')
0 commit comments