forms/imagePicker/CImagePreview.vue | ●●●●● patch | view | raw | blame | history |
forms/imagePicker/CImagePreview.vue
@@ -65,6 +65,9 @@ }, methods: { handleLoadError(index) { while (this.loadFail.length - 1 < index) { this.loadFail.push(false); } this.loadFail.splice(index, 1, true); }, // option { current, urls }