4d70170
1
2
3
4
5
import { createApp } from 'vue' import IframeApp from './IframeApp.vue' createApp(IframeApp).mount('#app')