Skip to content

Commit

Permalink
fix: 🐛 bubble menu bind command_ button component events
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 15, 2020
1 parent eda0c76 commit 6c94328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuBubble/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
:key="'command-button' + i"
:is="spec.component"
v-bind="spec.componentProps"
v-on="spec.componentEvents"
/>
</template>
</div>
Expand Down

0 comments on commit 6c94328

Please sign in to comment.