PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

fab with event #24

Closed TankeRubio closed 5 years ago

TankeRubio commented 5 years ago

could it be possible we have a fab with only one event? i mean when you click the fab an event begins. not to show more buttons. Please :)

jvb93 commented 5 years ago

@TankeRubio see #17

Edujugon commented 5 years ago

Hi @TankeRubio ,

As @jvb93 correctly pointed, you can take a look at #17 issue.

Simply use @click.native on the component and it will trigger that event when clicking on the main button.