清理多余包 element按需加载

This commit is contained in:
pixel
2021-03-09 19:21:55 +08:00
parent 1cae92b119
commit 8deefff08a
4 changed files with 827 additions and 78 deletions

View File

@@ -1,5 +1,14 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}