Manalab17

Results 1 issues of Manalab17

I use nuxt ver `2.14.7` and @nuxt/image `0.6.0` for my application. my nuxt.config.js ``` target: 'static', image: { provider: 'static', } ``` vue file ``` ``` It worked well in...