We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8432912 commit a5c60e8Copy full SHA for a5c60e8
package.json
@@ -48,7 +48,6 @@
48
"jsencrypt": "^3.0.0-rc.1",
49
"jsonlint": "^1.6.3",
50
"lodash": "^4.17.15",
51
- "normalize.css": "^8.0.1",
52
"nprogress": "^0.2.0",
53
"qs": "^6.9.4",
54
"screenfull": "^5.0.2",
@@ -90,7 +89,7 @@
90
89
"html-webpack-plugin": "^4.3.0",
91
"husky": "^4.2.5",
92
"increase-memory-limit": "^1.0.7",
93
- "lint-staged": "^10.2.6",
+ "lint-staged": "^10.2.7",
94
"mockjs": "^1.1.0",
95
"plop": "^2.7.1",
96
"prettier": "^2.0.5",
src/plugins/index.js
@@ -1,6 +1,5 @@
1
/* 公共引入,勿随意修改,修改时需经过确认 */
2
import Vue from "vue";
3
-import "normalize.css";
4
import "./element";
5
import "./support";
6
import "@/styles/byui.scss";
0 commit comments