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