mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
[Doc] update install guide (#4083)
This commit is contained in:
@@ -7,6 +7,7 @@ The SwitchCell component will be deprecated in version 3.0. Please use the Cell
|
||||
### Install
|
||||
|
||||
``` javascript
|
||||
import Vue from 'vue';
|
||||
import { SwitchCell } from 'vant';
|
||||
|
||||
Vue.use(SwitchCell);
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
### 引入
|
||||
|
||||
``` javascript
|
||||
import Vue from 'vue';
|
||||
import { SwitchCell } from 'vant';
|
||||
|
||||
Vue.use(SwitchCell);
|
||||
|
||||
Reference in New Issue
Block a user