refactor: 按需加载

This commit is contained in:
xiaojunnuo
2021-02-09 17:19:00 +08:00
parent 61de5422bf
commit a9b6e87249
6 changed files with 118 additions and 5 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
],
plugins: [['import', {
libraryName: 'ant-design-vue',
style: true // or 'css'
}]]
}