PygmySlowLoris / vue-fab

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

Does not work with Vue 3 #54

Open s-bose opened 2 years ago

s-bose commented 2 years ago

I tried to follow the instructions but I get a console error saying "cannot read property 'warn' of undefined".

joeyame commented 2 years ago

Same here

GAMESTER90 commented 1 year ago

Think this is part of a problem with line 75 of fab.vue import {mixin as clickaway} from 'vue-clickaway';

refer to this for the fix.