docs: update install guide

This commit is contained in:
陈嘉涵
2020-01-16 20:58:32 +08:00
parent d57705c67e
commit 80568816e3
35 changed files with 82 additions and 59 deletions
+3 -2
View File
@@ -8,9 +8,10 @@ Quickly and easily create layouts with `van-row` and `van-col`
``` javascript
import Vue from 'vue';
import { Row, Col } from 'vant';
import { Col, Row } from 'vant';
Vue.use(Row).use(Col);
Vue.use(Col);
Vue.use(Row);
```
## Usage