Kaynağa Gözat

单位 类型

Luka 1 ay önce
ebeveyn
işleme
b3258702f0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;