This website works better with JavaScript.
Explore
Help
Sign In
zhaoyapeng
/
vue-admin-studentmanagent
Watch
1
Star
0
Fork
You've already forked vue-admin-studentmanagent
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1ae75500de
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1ae75500de'
${ noResults }
vue-admin-studentmanagent
/
src
/
main.ts
5 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
wip: 重构中
4 years ago
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
init: v3 init
4 years ago
createApp
(
App
)
.
mount
(
'#app'
)