vue之路由三 异步路由懒加载 异步组件:只有页面需要的时候才从服务器加载组件 懒加载简单来说就是延迟加载或按需加载 方式: 方式一:import component: () => import('@/component/hello')