📝 Remove --save after npm install

This commit is contained in:
偏右 2019-03-05 11:46:33 +08:00 committed by GitHub
parent 5dec4960df
commit f817aa90d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ English | [简体中文](./README-zh_CN.md)
## 📦 Install
```bash
npm install antd --save
npm install antd
```
```bash