Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lhilhix
/
1212
like
0
Running
App
Files
Files
Community
main
1212
/
src
/
views
/
HomeView.vue
lhilhix
Duplicate from static-templates/vue
58ad993
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
<
script
setup
lang
=
"ts"
>
import
TheWelcome
from
'../components/TheWelcome.vue'
</
script
>
<
template
>
<
main
>
<
TheWelcome
/>
</
main
>
</
template
>