浏览代码

单位 类型

Luka 1 月之前
父节点
当前提交
b3258702f0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/types/global.d.ts

+ 1 - 0
src/types/global.d.ts

@@ -5,6 +5,7 @@ export interface IOptions {
 
 export interface TreeOptions {
 	id: string;
+	strId: string;
 	parentId: string;
 	label: string;
 	weight: number;