修改参数处理

v1.2.0
于肖磊 2025-01-08 15:06:59 +08:00
parent 0f5c580f07
commit ec440182a4
1 changed files with 1 additions and 1 deletions

View File

@ -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,