Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Find file
Normal view
History
Permalink
bbfbe65cdc42467643c39290a86017f94df828d8
Switch branch/tag
bill
src
App.vue
App.vue
99 Bytes
Edit
add vue
6640eafc
展昭
committed
4 years ago
1
2
3
4
5
6
7
8
9
<
template
>
<div
id=
"app"
>
<router-view/>
</div>
</
template
>
<
style
lang=
"less"
>
</
style
>