UNPKG

@cataract6545/tmui

Version:

tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI

9 lines 305 B
export interface baseNodeData { icon?: string,//节点图标。 color?: string,//节点颜色主题 disabled?: boolean,//节点是否禁用 text: string,//节点标题 id: number | string,//节点标识 checked?: boolean, expanded?: boolean //是否父节点打开。 }