fix 修复 !pr47 导致的打包异常

This commit is contained in:
疯狂的狮子Li
2023-10-16 15:13:27 +08:00
parent 920e079727
commit 6fe269efc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ declare global {
key: number;
label: string;
visible: boolean;
children: Array<FieldOption>;
children?: Array<FieldOption>;
}
/**