vue-cli 3 路由懶加載不生效。vue-cli 3 路由懶加載。vue-cli 3 配置路由

按照推薦將vue的路由配置如下來實現懶加載,但是路由懶加載不生效,還是會把所有的chunk加載出來: { //首頁 path: '/index', name: 'index', component: () => import('@/views/index/index.vue'), }, { //列表 path:
相關文章
相關標籤/搜索