1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 08:00:22 +08:00

fix: lint fix

This commit is contained in:
zclzone
2024-07-19 14:55:02 +08:00
parent 7dde0bbfc6
commit f28e3a946e
11 changed files with 25 additions and 12 deletions

View File

@@ -28,8 +28,8 @@
:on-update:selected-keys="onSelect"
key-field="code"
label-field="name"
default-expand-all
block-line
block-line default-expand-all
/>
</n-space>
@@ -115,6 +115,7 @@ function handleDelete(item) {
emit('update:currentMenu', null)
}
catch (error) {
console.error(error)
$message.destroy('deleteMenu')
}
},