vue3-lazy icon indicating copy to clipboard operation
vue3-lazy copied to clipboard

如何像vue-lazyload使用可以传递一个对象

Open 710898293 opened this issue 2 years ago • 1 comments

替换初始化配置占位图片 v-lazy="{ src: 'http://xx.com/logo.png', error: 'http://xx.com/error.png', loading: 'http://xx.com/loading-spin.svg' }"

710898293 avatar Jun 05 '23 06:06 710898293

替换初始化配置占位图片

v-lazy="{

                src: 'http://xx.com/logo.png',

                error: 'http://xx.com/error.png',

                loading: 'http://xx.com/loading-spin.svg'

              }"

这不麻烦了吗,错误和加载中的图片初始化时配置就好了

Qiu-Jun avatar Oct 06 '23 03:10 Qiu-Jun