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...
e20f8e1
eruda-vue
/
vue-devtools
/
packages
/
shell-dev-vue2
/
src
/
iframe-app.js
soiz1
Upload folder using huggingface_hub
4d70170
verified
19 days ago
raw
Copy download link
history
blame
Safe
116 Bytes
import
Vue
from
'vue'
import
Child
from
'./Child.vue'
new
Vue
({
...
Child
,
name
:
'IframeApp'
,
}).$mount(
'#app'
)