We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500028e commit abc8d8aCopy full SHA for abc8d8a
ErrorComponent.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div v-if="$errors.has(input)" class="txt-darkRed">
+ <div v-if="$errors.has(input)" class="alert-error">
3
{{ $errors.first(input) }}
4
</div>
5
</template>
0 commit comments