Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
chenpm
/
wang_zhuang_daping
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
wang_zhuang_...
/
src.mobile
/
App.vue
App.vue
108 B
Permalink
History
Raw
1
2
3
4
5
6
<template>
<div id="app" style="background-color: #eee">
<router-view />
</div>
</template>