soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
116 Bytes
import Vue from 'vue'
import Child from './Child.vue'
new Vue({
...Child,
name: 'IframeApp',
}).$mount('#app')