This website requires JavaScript.
Explore
Help
Sign In
kingecg
/
gohttpdUi
Watch
1
Star
0
Fork
You've already forked gohttpdUi
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1ae75500de
gohttpdUi
/
src
/
main.ts
5 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
wip: 重构中
2021-10-10 09:59:52 +08:00
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
init: v3 init
2021-12-07 14:36:07 +08:00
createApp
(
App
)
.
mount
(
'#app'
)