Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: give error message component a name
  • Loading branch information
logaretm committed Apr 18, 2021
1 parent a306b1b commit b7dcebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vee-validate/src/ErrorMessage.ts
Expand Up @@ -3,6 +3,7 @@ import { FormErrorsSymbol } from './symbols';
import { normalizeChildren } from './utils';

export const ErrorMessage = defineComponent({
name: 'ErrorMessage',
props: {
as: {
type: String,
Expand Down

0 comments on commit b7dcebf

Please sign in to comment.