vue-fab icon indicating copy to clipboard operation
vue-fab copied to clipboard

Is there not a way to have a single action?

Open kodaxx opened this issue 6 years ago • 3 comments

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?

kodaxx avatar Jun 11 '19 01:06 kodaxx

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

connorhvnsen avatar Sep 05 '19 15:09 connorhvnsen

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

ffalcinelli avatar Dec 18 '19 09:12 ffalcinelli

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

ughagedorn avatar Jan 08 '20 14:01 ughagedorn