[add] init

This commit is contained in:
lideqin
2024-09-23 15:40:22 +08:00
parent 260e07ed2e
commit 67c0b01552
88 changed files with 33522 additions and 83 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset',
],
plugins: [
[
'import',
{ libraryName: 'ant-design-vue', libraryDirectory: 'es', style: true }
]
]
}