if (errors > 0 && this.$elErrors) {
            this.$elErrors.text(errors).show();

        } else if (this.$elErrors) {
            this.$elErrors.text('0').hide();