docs: make document more compact
This commit is contained in:
@@ -89,7 +89,6 @@ export default {
|
||||
Toast('Please upload an image in jpg format');
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
},
|
||||
asyncBeforeRead(file) {
|
||||
|
||||
@@ -104,7 +104,6 @@ export default {
|
||||
Toast('请上传 jpg 格式图片');
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
},
|
||||
// 返回 Promise
|
||||
|
||||
Reference in New Issue
Block a user