const app = createApp(App);
app.use(router);
//app.use(router)这个必须在mount('#app')前面,不然会导致可能无法渲染
app.mount('#app');
Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐