PygmySlowLoris / vue-fab

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

Is there not a way to have a single action? #35

Open kodaxx opened 5 years ago

kodaxx commented 5 years ago

When you click the FAB, a list of actions comes up...but if I just want the main button to do one thing, is that not possible?

connorhvnsen commented 4 years ago

Any progress here? Could be implemented as a simple check for method length > 0.

ffalcinelli commented 4 years ago

Hello, I made a pull request #40 for this. Hope this helps!

ughagedorn commented 4 years ago

just leave actions out and wrap the fab in a <div @click="">