Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wnm168
/
odtool
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
odtool
/
src
/
main.js
bot
美化页面
03eb947
8 months ago
raw
Copy download link
history
blame
contribute
delete
132 Bytes
import
{ createApp }
from
'vue'
import
App
from
'./App.vue'
import
router
from
'./router'
createApp
(
App
).
use
(router).
mount
(
'#app'
)