fix(editor): 默认展开组件列表
This commit is contained in:
@@ -149,7 +149,7 @@ const initList = async () => {
|
||||
id: codeId,
|
||||
name: value.name,
|
||||
content: value.content,
|
||||
showRelation: false,
|
||||
showRelation: true,
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user