radio component

This commit is contained in:
cookfront
2017-02-28 15:13:57 +08:00
parent 36e1710e33
commit 5de064caf4
6 changed files with 73 additions and 26 deletions

View File

@@ -12,11 +12,9 @@ export default {
### 基础用法
:::demo
```html
<z-radio v-model="radio"></z-radio>
<z-radio v-model="radio">单选框</z-radio>
```
:::
### API