路由懒加载

const routes = [
  { path: "/", component: Home },
  { path: "/city", component: () => import("../components/city/City.vue") },
  { path: "/details", component: () => import("../components/detail/Detail.vue") },
];

 

posted @ 2020-04-17 20:43  金翅扑街鸟  阅读(116)  评论(0)    收藏  举报