Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
static-templates
/
vue
like
0
Running
App
Files
Files
Community
1
main
vue
/
src
/
views
/
HomeView.vue
coyotte508
Vue template
71577fb
24 days 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
>