From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/uview-plus/components/u-switch/props.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/node_modules/uview-plus/components/u-switch/props.js b/node_modules/uview-plus/components/u-switch/props.js
index 394298d..40a3454 100644
--- a/node_modules/uview-plus/components/u-switch/props.js
+++ b/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: {
--
Gitblit v1.9.3