[add] init

This commit is contained in:
lideqin
2024-09-23 16:12:19 +08:00
parent c9d7eca7d9
commit 5f9c754235
24 changed files with 23219 additions and 83 deletions
+13
View File
@@ -0,0 +1,13 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
'import',
{
libraryName: 'ant-design-vue', libraryDirectory: 'es', style: true
}
]
]
}