This website works better with JavaScript.
Home
Explore
Help
Sign In
chenjinliang
/
a8k_webui
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.
1
Commit
1
Branch
0
Tags
648 KiB
Vue
93.3%
JavaScript
5.6%
HTML
1%
Tree:
ac715e8760
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ac715e8760'
${ noResults }
a8k_webui
/
src
/
main.js
4 lines
90 B
Raw
Blame
History
import
{
createApp
}
from
'vue'
import
App
from
'./App.vue'
createApp
(
App
)
.
mount
(
'#app'
)
Reference in new issue