mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
style: prettify code
This commit is contained in:
parent
b91613e176
commit
101d4eb7d4
@ -229,7 +229,7 @@ export default {
|
|||||||
// validate image
|
// validate image
|
||||||
const checkResult = checkImage(file);
|
const checkResult = checkImage(file);
|
||||||
if (!checkResult.ok) {
|
if (!checkResult.ok) {
|
||||||
this.$message.error(checkResult.msg);
|
this.$message.error(checkResult.msg);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user