PygmySlowLoris / vue-fab

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

#14 Remove check for $refs #15

Closed agneym closed 6 years ago

agneym commented 6 years ago

Instead of $refs a check is made for actions.length. Because $refs is initialised only after the function.

Edujugon commented 6 years ago

Hi @BoyWithSilverWings , Thanks for this PR. I'll test it out as soon as I get some free time and merge it if everything works fine.

Edujugon commented 6 years ago

Thanks for you contribution :)