arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.68k stars 522 forks source link

轮播图片支持错误状态显示 #1588

Closed damnwenxi closed 2 years ago

damnwenxi commented 2 years ago

Basic Info

What are the similar cases of this feature

https://arco.design/vue/component/carousel

What problem does this feature solve?

目前轮播图加载失败是裂图样式,可以添加一个选项以支持轮播图片加载失败的候选显示。

image

tazyong commented 2 years ago

轮播图提供的是插槽,你可以自由插入任意内容,你的问题自己就能处理,不需要对轮播图做任何修改。

示例: https://codesandbox.io/s/withered-butterfly-pkj2m9?file=/src/App.vue

如果没有问题请关闭该 issue