Skip to content
This repository was archived by the owner on Sep 6, 2020. It is now read-only.

Commit a59c8fe

Browse files
committed
安装antd依赖
1 parent d0b1791 commit a59c8fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'"
4444
},
4545
"dependencies": {
46+
"antd": "^4.2.0",
4647
"axios": "^0.19.2",
4748
"dva-model-extend": "^0.1.2",
4849
"lodash": "^4.17.15",
@@ -51,6 +52,7 @@
5152
"store": "^2.0.12"
5253
},
5354
"peerDependencies": {
55+
"antd": "*",
5456
"lodash": "*",
5557
"path-to-regexp": "*",
5658
"redux": "*"

0 commit comments

Comments
 (0)