mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
Doc: add usage guide
This commit is contained in:
@@ -35,6 +35,13 @@ export default {
|
||||
|
||||
## Checkbox 复选框
|
||||
|
||||
### 使用指南
|
||||
``` javascript
|
||||
import { Checkbox } from 'vant';
|
||||
|
||||
Vue.component(Checkbox.name, Checkbox);
|
||||
```
|
||||
|
||||
### 代码演示
|
||||
|
||||
#### 基础用法
|
||||
|
Reference in New Issue
Block a user