[Doc] fix manually import

This commit is contained in:
陈嘉涵
2018-02-09 11:21:18 +08:00
parent bdd68060b4
commit 6ac8a8d2c0
4 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ import { Button } from 'vant';
#### 2. Manually import
```js
import { Button } from 'vant/lib/button';
import Button from 'vant/lib/button';
import 'vant/lib/vant-css/base.css';
import 'vant/lib/vant-css/button.css';
```