WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/uview-plus/components/u-switch/props.js
@@ -27,6 +27,16 @@
            type: String,
            default: () => defProps.switch.inactiveColor
        },
        // 打开时圆点的颜色
        dotActiveColor: {
            type: String,
            default: () => defProps.switch.dotActiveColor
        },
        // 关闭时圆点的颜色
        dotInactiveColor: {
            type: String,
            default: () => defProps.switch.dotInactiveColor
        },
        // 通过v-model双向绑定的值
        // #ifdef VUE3
        modelValue: {