This commit is contained in:
2020-10-05 22:13:18 +00:00
parent f2678cc9b4
commit 17652ec56d
16 changed files with 55 additions and 25 deletions

View File

@@ -118,7 +118,7 @@ export default {
},
errors(val) {
if (this.hasError()) {
this.errorIcon = "fa-question-circle";
this.errorIcon = "$ayiQuestionCircle";
} else {
this.errorIcon = null;
}