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
Hello, I was trying to work around this vue component but just wondering , is there any JS fiddle available for this. As it is a bit confusing to read the docs.
Thanks
The text was updated successfully, but these errors were encountered:
Also, I know that docs are quite a mess as I took the original README and extended it here and there, so it might be hard to use. If you have some specific complains or proposals for docs, please let me know, I am considering to rewrite the readme at some point.
Yeah I mean I have not gone through the whole docs, but the first piece of code I came across had some confusion like:
import data from '../data/all.json'
import { Picker, EmojiIndex } from 'emoji-mart-vue-fast'
let emojiIndex = new EmojiIndex(data)
First-line seems to be directed to local files meanwhile the next line is pointing to the npm package.
So I thought it would be better to add a fiddle link.
Hello, I was trying to work around this vue component but just wondering , is there any JS fiddle available for this. As it is a bit confusing to read the docs.
Thanks
The text was updated successfully, but these errors were encountered: