not support srcset, if you add srcset value vuejs load all images without using lazyload
I tried to add it in the img-lazy.js code
export default {
name: NAME,
components: { BImg },
props: {
src: {
type: String,
default: null,
required: true
},
srcset: {
type: String,
default: null,
},