From 7b9fce4a11b8bfdb82faea7a8fcf4d2dedb44848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Thu, 5 May 2022 16:56:49 +0800 Subject: [PATCH] docs: fix upload example images (#7511) --- docs/examples/upload/photo-wall.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/examples/upload/photo-wall.vue b/docs/examples/upload/photo-wall.vue index 2656aca729..16c0cea20a 100644 --- a/docs/examples/upload/photo-wall.vue +++ b/docs/examples/upload/photo-wall.vue @@ -26,32 +26,32 @@ const fileList = ref([ url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100', }, { - name: 'food2.jpeg', - url: '/images/guide.png', + name: 'plant-1.png', + url: '/images/plant-1.png', }, { name: 'food.jpeg', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100', }, { - name: 'food2.jpeg', - url: '/images/guide.png', + name: 'plant-2.png', + url: '/images/plant-2.png', }, { name: 'food.jpeg', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100', }, { - name: 'food2.jpeg', - url: '/images/guide.png', + name: 'figure-1.png', + url: '/images/figure-1.png', }, { name: 'food.jpeg', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100', }, { - name: 'food2.jpeg', - url: '/images/guide.png', + name: 'figure-2.png', + url: '/images/figure-2.png', }, ])