Skip to content

Commit abc8d8a

Browse files
add class to error component
1 parent 500028e commit abc8d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ErrorComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div v-if="$errors.has(input)" class="txt-darkRed">
2+
<div v-if="$errors.has(input)" class="alert-error">
33
{{ $errors.first(input) }}
44
</div>
55
</template>

0 commit comments

Comments
 (0)