Skip to content

Commit

Permalink
更新面包屑组件
Browse files Browse the repository at this point in the history
  • Loading branch information
初志鑫 committed Jul 29, 2020
1 parent 5ae4f4b commit 0a1d6ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"clipboard": "^2.0.6",
"codemirror": "^5.56.0",
"core-js": "^3.6.5",
"dayjs": "^1.8.30",
"dayjs": "^1.8.31",
"echarts": "^4.8.0",
"echarts-wordcloud": "^1.1.3",
"element-ui": "^2.13.2",
Expand All @@ -72,7 +72,7 @@
"zx-count": "^0.3.7",
"zx-icon": "^1.1.8",
"zx-keel": "^0.9.4",
"zx-layouts": "^0.6.9",
"zx-layouts": "^0.6.10",
"zx-magnifie": "^0.4.0",
"zx-markdown-editor": "^0.0.2",
"zx-player": "^0.9.6",
Expand Down
6 changes: 3 additions & 3 deletions webstorm.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict'
const webpackConfig = require('@vue/cli-service/webpack.config.js')
module.exports = webpackConfig
"use strict";
const webpackConfig = require("@vue/cli-service/webpack.config.js");
module.exports = webpackConfig;

0 comments on commit 0a1d6ff

Please sign in to comment.