2.0.0 • Published 4 years ago

hy-router-tree v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

hy-router-tree

华云管理台二级路由组件

install

npm install -g hy-router-tree

api

###参数

参数说明类型默认值
routers数据数组any[]-
styles菜单样式。backgroundColor:背景颜色;color:字体颜色; select.backgroundColor:选中时背景颜色;select.color:选中时字体颜色; hover.color: 鼠标覆盖时字体颜色;expand.backgroundColor:展开时子节点背景颜色;expand.color:展开时父节点字体颜色;object{backgroundColor: "#001529", color: "rgba(255, 255, 255, 0.65)",select: {backgroundColor: "#1890ff", color: "white"}, hover: {color: "white"},expand: {backgroundColor: "#000c17", color: "white"}}
animateanimate.css的动画类名stringfadeInDown

事件

事件名称说明回调函数
expand展开/收起节点时触发function(node,event)
select点击树节点触发function(node,event)