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