UNPKG

@zhangke-ui/t-ui-plus

Version:

Vue3 中基于Element-plus二次封装基础组件文档

7 lines (6 loc) 133 B
export interface ZTreeProps { width?: string; isShowEditBtn?: boolean; isAddOrEditIng?: boolean; treeList?: any[]; }