摘要: 非懒加载: import List from '@/components/list.vue' const router = new VueRouter({ routes: [ { path: '/list', component: List } ] }) 懒加载: 1.使用箭头函数+import动态 阅读全文
posted @ 2023-08-20 14:44 胡猿外 阅读(20) 评论(0) 推荐(0) 编辑