mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08:00
docs: update markdown code block
This commit is contained in:
@@ -6,7 +6,7 @@ The SwitchCell component will be deprecated in version 3.0. Please use the Cell
|
||||
|
||||
### Install
|
||||
|
||||
``` javascript
|
||||
```js
|
||||
import Vue from 'vue';
|
||||
import { SwitchCell } from 'vant';
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
### 引入
|
||||
|
||||
``` javascript
|
||||
```js
|
||||
import Vue from 'vue';
|
||||
import { SwitchCell } from 'vant';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user