1. 路由懒加载{
path: '/about',
name: 'about',
component: () => import('@/views/about/about'),
},
2. 不生成.map 文件
webp
2019-11-26