mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-09 20:37:48 +00:00
菜单表单
This commit is contained in:
3
src/components/public.d.ts
vendored
3
src/components/public.d.ts
vendored
@@ -18,5 +18,6 @@ export interface CommonPage {
|
||||
export interface CommonTreeNode {
|
||||
value: string;
|
||||
label: string;
|
||||
children: Array<CommonTreeNode>;
|
||||
children?: Array<CommonTreeNode>;
|
||||
isLeaf?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user