feat(projects): 工作台小组件设计
This commit is contained in:
@@ -17,7 +17,14 @@ interface Props {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
level: 0
|
||||
level: 0,
|
||||
selectedModuleId: undefined,
|
||||
editingNodeId: undefined,
|
||||
editingName: undefined,
|
||||
addingChildParentId: undefined,
|
||||
newChildModuleName: undefined,
|
||||
rootModuleId: undefined,
|
||||
moduleRequirementCountMap: undefined
|
||||
});
|
||||
|
||||
const emit = defineEmits([
|
||||
|
||||
Reference in New Issue
Block a user