cloudinary icon indicating copy to clipboard operation
cloudinary copied to clipboard

HTML Validation Error: Unknown element <cld-image>

Open dosstx opened this issue 4 years ago • 1 comments

When using this module in NuxtjS2, I get the following HTML validation error when using the cld-image element:

Unknown element <cld-image>  

I am using it like so:

              <cld-image
                :public-id="post.photoURL"
                class="rounded-circle me-1"
                type="fetch"
                width="40"
                height="40"
                crop="fill"
                gravity="auto"
                :alt="`${post.displayName}'s avatar image`"
              ></cld-image>

The app works, just that I get the above warning in my validator. Any advice on how to fix?

dosstx avatar Oct 13 '21 18:10 dosstx

@dosstx did you enable "useComponent" in the nuxt.config?

mayashavin avatar Oct 21 '21 20:10 mayashavin

Hey, I am closing this issue as it is targeting the v1 version and it is really old (more than one year stale)

Baroshem avatar Jun 02 '23 11:06 Baroshem