Baozhangchao 3 years ago
parent
commit
7b6f188ba3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/App.vue

+ 1
- 1
src/App.vue View File

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div id="app">
3
-    <router-view/>
3
+    <router-view />
4 4
   </div>
5 5
 </template>
6 6