-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
Nuxt image not working #1821
Comments
I am getting: [Vue warn]: Failed to resolve component: nuxt-img. I saw a similar issue 435, that was moved to issue 500 and I am wondering if there is a reason that the component isn't being resolved. I have the component registered in nuxt.config.ts as '@nuxt/image-edge' and the requisite image settings in the same file. Any suggestions would be much appreciated. |
Have the same issue... @ZacJenks-campbell did you find a solution by now? |
I think, that's because the component isn't registered globally. Maybe this discussion #2082 (comment) referencing this #390 (comment) helps |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Environment
Nuxt project info: 23:35:51
Linux
v16.17.1
3.0.0
1.0.0
[email protected]
vite
modules
,app
@nuxtjs/[email protected]
,@nuxt/[email protected]
,@nuxt/[email protected]
-
Reproduction
Install nuxt-content
Install @nuxt/image-edge
add
:nuxt-img{src="https://placekitten.com/1000/300"}
in a .md fileDescribe the bug
The component won't load
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: