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
Currently, you're giving the option to insert an avatar by setting a url/path to the image.
Using nuxt, I'd like to load from my assets folder. Either by require() or per absolute path:
Currently, you're giving the option to insert an avatar by setting a url/path to the image.
Using nuxt, I'd like to load from my assets folder. Either by
require()
or per absolute path:Which results in following in the frontend:
It looks like your plugin surpasses the assets functionality. Not a major issue, but still an issue :)
The text was updated successfully, but these errors were encountered: