mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 19:58:09 +08:00
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
This commit is contained in:
parent
a08f9efcbb
commit
e4a2245258
@ -144,7 +144,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
const isLast = computed(() => {
|
||||
return index.value === 0
|
||||
return index.value === props.urlList.length - 1
|
||||
})
|
||||
|
||||
const currentImg = computed(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user