Vue Route動態載入組件 發表於 2018-08-30 更新於 2019-05-26 分類於 程式語言 , 前端 Disqus: 需要借助babel 安裝Babel plugin:babel-plugin-syntax-dynamic-import 在.babelrc的plugins加入 在vue route裡的component寫成 component: ()=> import("../views/todo.vue")