Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
eruda-vue
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e947484
eruda-vue
/
vue-devtools
/
packages
/
shell-dev-vue2
/
src
/
Functional.vue
soiz1
Upload folder using huggingface_hub
4d70170
verified
18 days ago
raw
Copy download link
history
blame
Safe
91 Bytes
<
template
functional
>
<
div
>
Hello
{{
props.name
}}
<
slot
/>
</
div
>
</
template
>