1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 20:10:22 +08:00

style: lint

This commit is contained in:
zclzone
2024-06-06 18:11:10 +08:00
parent 6b060291bb
commit 54c134c879
2 changed files with 5 additions and 4 deletions

View File

@@ -74,8 +74,9 @@
:data="permissionTree"
:checked-keys="modalForm.permissionIds"
:on-update:checked-keys="(keys) => (modalForm.permissionIds = keys)"
default-expand-all checkable check-on-click
checkable
check-on-click
default-expand-all
class="cus-scroll max-h-200 w-full"
/>
</n-form-item>