From d1b32ade0ad7ae8402998795b7335d100f7ed45d Mon Sep 17 00:00:00 2001 From: taohebin Date: Wed, 23 Oct 2024 15:34:04 +0800 Subject: [PATCH] update: map.uvue # Conflicts: # pages/component/map/map.uvue --- components/boolean-data/boolean-data.vue | 6 +++++- pages/component/map/map.uvue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/boolean-data/boolean-data.vue b/components/boolean-data/boolean-data.vue index bf835cab..7b3440e0 100644 --- a/components/boolean-data/boolean-data.vue +++ b/components/boolean-data/boolean-data.vue @@ -6,6 +6,10 @@ type: String, default: '' }, + disabled: { + type: Boolean, + default: false + }, defaultValue: { type: Boolean, default: false @@ -32,7 +36,7 @@ diff --git a/pages/component/map/map.uvue b/pages/component/map/map.uvue index 48b357b5..fa6f2da2 100644 --- a/pages/component/map/map.uvue +++ b/pages/component/map/map.uvue @@ -15,7 +15,7 @@ - + -- GitLab