vue translation does not support JS logic in templates
This is anyways probably for the best
This commit is contained in:
@@ -107,6 +107,7 @@ function create() {
|
||||
}
|
||||
|
||||
if (error || result.status !== 200) return [error || result];
|
||||
return [null, result.body];
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user