From 4ea7cb6c132412fe1147cb7436d031aa1051bd6f Mon Sep 17 00:00:00 2001
From: lhj <403133128@qq.com>
Date: Thu, 10 Oct 2024 00:07:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=A6=86=E7=9B=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/PropertyEditor.vue | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/components/PropertyEditor.vue b/src/components/PropertyEditor.vue
index b755b2a..9557a5f 100644
--- a/src/components/PropertyEditor.vue
+++ b/src/components/PropertyEditor.vue
@@ -27,6 +27,10 @@
+
@@ -58,7 +62,18 @@ import { defineProps, computed, ref } from 'vue';
const props = defineProps({
scheme: Object
});
-
const selectedOption = ref('property')
const scheme = computed(() => props.scheme || '');
-
\ No newline at end of file
+
+
+
\ No newline at end of file