Explorar el Código

单位 类型

Luka hace 1 mes
padre
commit
b3258702f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;