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