refactor: export

This commit is contained in:
xiaojunnuo
2021-02-09 18:40:29 +08:00
parent c3e374e6e5
commit b8000ca533
7 changed files with 161 additions and 20 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [['import', {
libraryName: 'ant-design-vue',
style: true // or 'css'
}]]
]
// plugins: [['import', {
// libraryName: 'ant-design-vue',
// style: true // or 'css'
// }]]
}