[Doc] update Vue.use usage

This commit is contained in:
陈嘉涵
2018-02-02 14:55:37 +08:00
parent 1b85c09a75
commit e3e8b80744
24 changed files with 42 additions and 56 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ Quickly and easily create layouts with `van-row` and `van-col`
``` javascript
import { Row, Col } from 'vant';
Vue.use(Row);
Vue.use(Col);
Vue.use(Row).use(Col);
```
### Usage