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