This commit is contained in:
Jesse-Ma
2023-04-12 17:02:32 +08:00
parent aacb2b71fd
commit 946343e429
3 changed files with 36 additions and 11 deletions

View File

@@ -2,6 +2,14 @@ module.exports = {
presets: [
'@vue/cli-plugin-babel/preset',
],
plugins: [
],
"plugins": [
[
"import",
{
"libraryName": "view-ui-plus",
"libraryDirectory": "src/components"
},
"view-ui-plus"
]
]
};