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.
LGX
3cbe889947
|
6 months ago | |
---|---|---|
.. | ||
fui-checkbox | 6 months ago | |
fui-checkbox-group | 6 months ago | |
fui-form-field | 6 months ago | |
fui-label | 6 months ago | |
lixx-buttongroup | 6 months ago | |
lixx-imggroup | 6 months ago | |
.DS_Store | 6 months ago | |
changelog.md | 6 months ago | |
package.json | 6 months ago | |
readme.md | 6 months ago |
readme.md
名称
thrapp-buttongroup 单选按钮组 (单个椭圆形)
简介
该组件一般用于页面头部。
结构说明
-
props说明
btns: [] 按钮配置项
value: { String } 选中的按钮value ```
-
开发思路 <lixx-buttongroup :btns="buttonOption" v-model="checkedValue" @input="changeSelectValue"> /* value */ 按钮选中的值 changeSelectValue(value) {};
操作记录
2022-04-11 18:00 新增README.md lixx lixx@3clear.com
其他
暂无