[improvement] Uploader: support preview network image (#3899)

This commit is contained in:
neverland
2019-07-19 11:15:10 +08:00
committed by GitHub
parent 0d68c628ca
commit d0fbaf7325
10 changed files with 181 additions and 82 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export default {
data() {
return {
fileList: [],
fileList: [{ url: 'https://img.yzcdn.cn/vant/cat.jpeg' }],
fileList2: [],
fileList3: []
};