前端优化减少体积

This commit is contained in:
pixel
2021-03-09 19:29:59 +08:00
parent 8deefff08a
commit 076538a6b6
3 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ module.exports = {
{ name: 'vue-router', scope: 'VueRouter' },
{ name: 'vuex', scope: 'Vuex' },
{ name: 'axios', scope: 'axios' },
{ name: 'echarts', scope: 'echarts' },
{ name: 'element-ui', scope: 'ELEMENT', path: '/element-ui/2.12.0/index.js'},
]
};