diff --git a/core/client/components/layout/KFab.vue b/core/client/components/layout/KFab.vue index 64c94d4f1..f0bdebd35 100644 --- a/core/client/components/layout/KFab.vue +++ b/core/client/components/layout/KFab.vue @@ -46,7 +46,7 @@ v-bind="actions[0]" size="1.15rem" renderer="fab" - v-on="action.on ? { [action.on.event]: action.on.listener } : {}" + v-on="actions[0].on ? { [actions[0].on.event]: actions[0].on.listener } : {}" />