WXL
4 天以前 4d9da000fbe74d344e0e4580b138e79d4ad98ede
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: {