import { createApp } from 'vue' import App from './App.vue' createApp(App).mount('#app') // createApp(App).mount('#app2'),做微前端,卸载和挂载