import { createApp } from 'vue' import App from '@/view/iframe/tool-box/index.vue' const app = createApp(App); app.mount('#app');