mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-02 14:20:21 +08:00
fix: lint fix
This commit is contained in:
@@ -119,7 +119,8 @@ function handleHideDropdown() {
|
||||
|
||||
function handleSelect(key) {
|
||||
const actionFn = actionMap.get(key)
|
||||
actionFn && actionFn()
|
||||
if (typeof actionFn === 'function')
|
||||
actionFn()
|
||||
handleHideDropdown()
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user