Skip to content

Commit 02e3986

Browse files
committed
fix: correct syntax for component binding in ThreeDotsMenu
1 parent bf29503 commit 02e3986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/components/ThreeDotsMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
:is="(action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
5454
:meta="formatComponent(action.customComponent).meta"
5555
@callAction="(payload? : Object) => handleActionClick(action, payload)"
56-
] >
56+
>
5757
<a @click.prevent class="block">
5858
<div class="flex items-center gap-2 hover:text-lightThreeDotsMenuBodyTextHover hover:bg-lightThreeDotsMenuBodyBackgroundHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover">
5959
<component

0 commit comments

Comments
 (0)