guhongwei 5 年 前
コミット
beba5a43c1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -1,5 +1,5 @@
 <template>
-  <div id="app" style="width: fit-content;">
+  <div id="app">
     <router-view />
   </div>
 </template>