mirror of
https://github.com/certd/certd.git
synced 2026-05-17 22:07:34 +08:00
chore: 优化
This commit is contained in:
@@ -48,6 +48,10 @@ function handleClick() {
|
||||
if (props.disabled) {
|
||||
return;
|
||||
}
|
||||
if (props.click) {
|
||||
props.click();
|
||||
return;
|
||||
}
|
||||
rootMenu?.handleMenuItemClick?.({
|
||||
parentPaths: parentPaths.value,
|
||||
path: props.path
|
||||
|
||||
Reference in New Issue
Block a user