4d70170
1
2
3
4
5
6
7
8
import Vue from 'vue' import Child from './Child.vue' new Vue({ ...Child, name: 'IframeApp', }).$mount('#app')