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
I'm using https://github.com/juliomrqz/nuxt-optimized-images to optimize webp and lqip for placeholder image. Can I use this nuxt/image to load image from there. eg: <nuxt-image :src="require('@/assets/images/banner/slider-sport.jpg?webp')"/>
The text was updated successfully, but these errors were encountered:
Hey,
Your sample will work in the alpha version of the module. The module still in WIP. I recommend to not use Nuxt Image in production and wait for alpha release, Alpha release may have BREAKING CHANGES.
The problem is same as #73
I'm using https://github.com/juliomrqz/nuxt-optimized-images to optimize webp and lqip for placeholder image. Can I use this nuxt/image to load image from there. eg:
<nuxt-image :src="require('@/assets/images/banner/slider-sport.jpg?webp')"/>
The text was updated successfully, but these errors were encountered: