This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhuibobo
/
EnforcementCode-NOS-2.0
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22
Commits
3
Branches
0
Tags
20 MiB
Branch:
dev-msy
dev
dev-msy
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dev-msy'
${ noResults }
EnforcementCode-NOS-2.0
/
zdxt-web-client
/
zdxt-efcode-nos-enterprise-app
/
src
/
main.js
3 lines
89 B
Raw
Permalink
Normal View
History
Initial commit: EnforcementCode-NOS-2.0
4 months ago
import
App
from
"@/App"
;
// 挂载文件
createApp
(
App
)
.
use
(
$globalReady
)
.
mount
(
"#app"
)
;