1. 程式人生 > >vue-router去#號,以及懶載入問題

vue-router去#號,以及懶載入問題

在new-router例項,裡面新增mode:'history'

懶載入:

需安裝npm i babel-plugin-syntax-dynamic-import -D

修改 babelrc檔案 "syntax-dynamic-import

然後:

component: () =>import ("@/components/******")