[Doc] update install guide (#4083)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# Cell
|
||||
|
||||
### Install
|
||||
|
||||
``` javascript
|
||||
import Vue from 'vue';
|
||||
import { Cell, CellGroup } from 'vant';
|
||||
|
||||
Vue.use(Cell).use(CellGroup);
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
# Cell 单元格
|
||||
|
||||
### 引入
|
||||
|
||||
``` javascript
|
||||
import Vue from 'vue';
|
||||
import { Cell, CellGroup } from 'vant';
|
||||
|
||||
Vue.use(Cell).use(CellGroup);
|
||||
|
||||
Reference in New Issue
Block a user