ソースを参照

fix(sfc-playground): default selected app (#5370)

三咲智子 4 年 前
コミット
04fff05f00
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/sfc-playground/src/main.ts

+ 1 - 1
packages/sfc-playground/src/main.ts

@@ -4,7 +4,7 @@ import '@vue/repl/style.css'
 
 
 // @ts-expect-error Custom window property
 // @ts-expect-error Custom window property
 window.VUE_DEVTOOLS_CONFIG = {
 window.VUE_DEVTOOLS_CONFIG = {
-  defaultSelectedAppId: 'id:repl'
+  defaultSelectedAppId: 'repl'
 }
 }
 
 
 createApp(App).mount('#app')
 createApp(App).mount('#app')