docs: update install guide
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user