-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nimble Picker emojis are not displayed #41
Comments
@RichPC I get something similar, but mine throws category errors...and nothing appears in picker
@jm-david anything on a fix for this? Using the normal picker works, but I would like to optimize and only load what I need... |
Any updates on that? I'm having the same issue |
Looks like this issue is because the But in the places where
So after this statement, the Not sure though why it works with |
Hi, I've just started using emoji-mart-vue 2.6.5 and vue 2.5.17 with chromium 70
The picker component with messenger set works, but the nimble picker doesn't show any emoji images, am I doing something wrong?
`
import data from 'emoji-mart-vue/data/messenger.json'
import { Picker, NimblePicker } from 'emoji-mart-vue'
export default {
components: {
Picker,
NimblePicker,
},
data() {
return {
data: data
}
}
}
`
I can't see any sign of errors in the devtools console
The text was updated successfully, but these errors were encountered: