Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
linchuans
/
4565
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
4565
/
hajimiUI
/
src
/
App.vue
linchuans
Upload 78 files
9333b9c
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
160 Bytes
<
script
setup
>
import
{
RouterView
}
from
'vue-router'
</
script
>
<
template
>
<
RouterView
/>
</
template
>
<
style
>
body
{
margin
:
0
;
padding
:
0
;
}
</
style
>