PygmySlowLoris / vue-fab

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

Added a single action when no actions are passed #40

Open ffalcinelli opened 4 years ago

ffalcinelli commented 4 years ago

When no actions property is passed, or an empty array, a @action binding will be triggered. This allows to execute a single action on main button click.