This commit is contained in:
2025-04-18 16:32:32 +08:00
parent 09c087508f
commit 8e44473164
74 changed files with 24833 additions and 10335 deletions

View File

@@ -36,7 +36,7 @@
* @property {Boolean} loading 是否处于加载中(默认 false
* @property {Boolean} disabled 是否禁用(默认 false
* @property {String | Number} size 开关尺寸单位px (默认 25
* @property {String} activeColor 打开时的背景色 (默认 '#2979ff'
* @property {String} activeColor 打开时的背景色 (默认 '#117e4c'
* @property {String} inactiveColor 关闭时的背景色 (默认 '#ffffff'
* @property {Boolean | String | Number} value 通过v-model双向绑定的值 (默认 false
* @property {Boolean | String | Number} activeValue 打开选择器时通过change事件发出的值 (默认 true