This repository was archived by the owner on Jan 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
vue gravatar not working with vue 3 ? #24
Comments
I think I have the same error:
|
i have a issue using with vue 2.7 and vite, in dev mode is OK but when run build the gravatar component just disappears, seems like the vue-gravatar component not build up with the app i'm trying figure out how can debug this, but i'm still looking for a way |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using v-gravatar with vue3, i get this error
Property "$createElement" was accessed during render but is not defined on instance.
and
index.js?0cf6:612 Uncaught (in promise) TypeError: Cannot read property '_c' of undefined
From another (chart)component, i learned that this could be a solution.
The text was updated successfully, but these errors were encountered: