build config

This commit is contained in:
cookfront
2017-02-26 11:55:16 +08:00
parent e9a105b76d
commit 7bfc4f4323
28 changed files with 93 additions and 94 deletions

View File

@@ -0,0 +1,25 @@
<script>
export default {
data() {
return {
radio: '1'
};
}
};
</script>
## Radio组件
### 基础用法
:::demo
```html
<z-radio v-model="radio"></z-radio>
```
:::
### API
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|-----------|-----------|-----------|-------------|-------------|
| disabled | 是否禁用单选框 | Boolean | false | |