[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
+3 -1
View File
@@ -36,7 +36,9 @@ export default {
export default {
data() {
return {
fileList: []
fileList: [
{ url: 'https://img.yzcdn.cn/vant/cat.jpeg' }
]
}
}
};