Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
protae5544
/
twist
like
0
Build error
App
Files
Files
Community
8dffdb5
twist
/
src
/
views
/
HomeView.vue
protae5544
Duplicate from static-templates/vue
36baa09
verified
28 days ago
raw
Copy download link
history
blame
Safe
151 Bytes
<
script
setup
lang
=
"ts"
>
import
TheWelcome
from
'../components/TheWelcome.vue'
</
script
>
<
template
>
<
main
>
<
TheWelcome
/>
</
main
>
</
template
>