Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MoonStoryAI
/
Modelizer
like
0
Running
App
Files
Files
Community
29cfee8
Modelizer
/
src
/
views
/
HomeView.vue
kulia-moon
Duplicate from static-templates/vue
f12698f
verified
23 days ago
raw
Copy download link
history
blame
151 Bytes
<
script
setup
lang
=
"ts"
>
import
TheWelcome
from
'../components/TheWelcome.vue'
</
script
>
<
template
>
<
main
>
<
TheWelcome
/>
</
main
>
</
template
>