[Doc] update install guide (#4083)
This commit is contained in:
@@ -7,6 +7,7 @@ Quickly and easily create layouts with `van-row` and `van-col`
|
||||
### Install
|
||||
|
||||
``` javascript
|
||||
import Vue from 'vue';
|
||||
import { Row, Col } from 'vant';
|
||||
|
||||
Vue.use(Row).use(Col);
|
||||
|
||||
Reference in New Issue
Block a user