revert: some dulp val #4839

pull/4752/head
tangjinzhou 2021-11-02 17:11:30 +08:00
parent 247032833b
commit 9f5ac8d441
2 changed files with 0 additions and 2 deletions

View File

@ -79,7 +79,6 @@ function formatTreeData(
selectable,
dataRef: node,
checkable,
selectable,
};
if (node.slots) {

View File

@ -24,7 +24,6 @@ export interface DataNode {
checkable?: boolean;
selectable?: boolean;
children?: DataNode[];
selectable?: boolean;
/** Customize data info */
[prop: string]: any;