This website works better with JavaScript
Home
Explore
Help
Register
Sign In
dianyang
/
colmo-h5
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
git
Baozhangchao
3 years ago
parent
58b03d7592
commit
7b6f188ba3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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