You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the documentation, and was struggleing for hours, starting multiple import method from the documentation, and I would never imagine, that the documentation contains error :\ Thank you for saving my hair from pulling out @lucky13820
I try to use fa-rating. I followed the doc to import the glyph like so
import {ThumbsUp} from 'vue-rate-it/glyphs/thumbs-up';
But Vue tells me
Invalid prop: type check failed for prop "glyph". Expected String with value "undefined", got undefined
After some trial and error, I figured I should import glyph like this
import ThumbsUp from 'vue-rate-it/glyphs/thumbs-up';
So I guess the doc is wrong.
The text was updated successfully, but these errors were encountered: