Vue Route動態載入組件

需要借助babel

  1. 安裝Babel plugin:babel-plugin-syntax-dynamic-import
  2. .babelrcplugins加入
  3. 在vue route裡的component寫成
component: ()=> import("../views/todo.vue")