diff --git a/src/components/common/custom-module/model-custom-group/model-custom-group-style.vue b/src/components/common/custom-module/model-custom-group/model-custom-group-style.vue index 3af38605..aa48b49a 100644 --- a/src/components/common/custom-module/model-custom-group/model-custom-group-style.vue +++ b/src/components/common/custom-module/model-custom-group/model-custom-group-style.vue @@ -39,7 +39,7 @@ const props = defineProps({ }, }); // 默认值 -const tabs_name = 'content'; +const tabs_name = ref('content'); const center_height = defineModel('height', { type: Number, default: 0 }); const state = reactive({ diy_data: props.value,