fix: mother board reactive problem
This commit is contained in:
@@ -152,7 +152,7 @@ const emit = defineEmits<{
|
||||
}>();
|
||||
|
||||
// 控制折叠面板状态
|
||||
const generalPropsExpanded = ref(true);
|
||||
const generalPropsExpanded = ref(false);
|
||||
const componentPropsExpanded = ref(true);
|
||||
|
||||
// 更新组件属性方法
|
||||
|
||||
Reference in New Issue
Block a user