Skip to content

Commit

Permalink
v3.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
muyao1987 committed Dec 19, 2021
1 parent a3bd780 commit fd7d467
Show file tree
Hide file tree
Showing 45 changed files with 962 additions and 480 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
BASE_URL=/
VUE_APP_SOURCE_FILE=0
12 changes: 8 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
module.exports = {
presets: [
"@vue/cli-plugin-babel/preset"
],
presets: ["@vue/cli-plugin-babel/preset"],
plugins: [
["import", { libraryName: "ant-design-vue", libraryDirectory: "es", style: true }, "ant-design-vue"],
[
"import",
{ libraryName: "ant-design-vue", libraryDirectory: "es", style: true }
{
libraryName: "@icon-park/vue-next",
libraryDirectory: "es/icons",
camel2DashComponentName: false
},
"@icon-park/vue-next"
]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dayjs": "^1.10.7",
"echarts": "^5.2.2",
"lodash": "^4.17.21",
"mars-editor": "^2.0.9",
"mars-editor": "^2.0.16",
"monaco-editor": "^0.29.1",
"nprogress": "^0.2.0",
"split.js": "^1.6.4",
Expand Down
Loading

0 comments on commit fd7d467

Please sign in to comment.