CNFeffery / feffery-antd-components

Dash + Ant Design = 😍
http://fac.feffery.tech
MIT License
319 stars 25 forks source link

feat: 增强AntdMenu已选中菜单项相关信息监听 #234

Closed insistence closed 2 months ago

insistence commented 2 months ago

1.AntdMenu新增currentItem参数,用于监听当前已选中菜单项信息; 2.AntdMenu新增currentKeyPath参数,用于监听当前已选中菜单项key值路径信息; 3.AntdMenu新增currentItemPath参数,用于监听当前已选中菜单项路径信息。