docs(Uploader): update demo image (#4714)

This commit is contained in:
neverland
2019-10-14 14:12:59 +08:00
committed by GitHub
parent aeee6b97d1
commit cd1e5d112a
4 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default {
data() {
return {
fileList: [
{ url: 'https://img.yzcdn.cn/vant/cat.jpeg' },
{ url: 'https://img.yzcdn.cn/vant/leaf.jpg' },
// Uploader 根据文件后缀来判断是否为图片文件
// 如果图片 URL 中不包含类型信息,可以添加 isImage 标记来声明
{ url: 'https://cloud-image', isImage: true }