You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Sports/components/readme.md

25 lines
520 B

# 名称
thrapp-buttongroup
单选按钮组 (单个椭圆形)
# 简介
该组件一般用于页面头部。
# 结构说明
1. props说明
```
btns: [] 按钮配置项
```
value: { String } 选中的按钮value
```
2. 开发思路
<lixx-buttongroup :btns="buttonOption" v-model="checkedValue" @input="changeSelectValue"></lixx-buttongroup>
/* value */ 按钮选中的值
changeSelectValue(value) {};
# 操作记录
2022-04-11 18:00 新增README.md lixx <lixx@3clear.com>
# 其他
暂无