This commit is contained in:
MeSHard
2025-11-14 17:23:25 +08:00
commit 0dbbf978d3
507 changed files with 43048 additions and 0 deletions

27
node_modules/uview-ui/libs/config/props/radio.js generated vendored Normal file
View File

@@ -0,0 +1,27 @@
/*
* @Author : LQ
* @Description :
* @version : 1.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 17:02:34
* @FilePath : /u-view2.0/uview-ui/libs/config/props/radio.js
*/
export default {
// radio组件
radio: {
name: '',
shape: '',
disabled: '',
labelDisabled: '',
activeColor: '',
inactiveColor: '',
iconSize: '',
labelSize: '',
label: '',
labelColor: '',
size: '',
iconColor: '',
placement: ''
}
}