We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1199c commit b1ca1f8Copy full SHA for b1ca1f8
adminforth/spa/src/components/ThreeDotsMenu.vue
@@ -46,6 +46,7 @@
46
<li v-for="action in customActions" :key="action.id">
47
<div class="wrapper">
48
<component
49
+ v-if="action.customComponent"
50
:is="(action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
51
:meta="formatComponent(action.customComponent).meta"
52
@callAction="(payload? : Object) => handleActionClick(action, payload)"
0 commit comments