Skip to content
Discussion options

You must be logged in to vote

My Solution is now a seperate <p> under the input like this:

<q-input
    square
    filled
    clearable
    :error="validators.theerror"
  />
<p v-if="validators.theerror" class="p-error">
  {{ validators.theerror}}
</p>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by thomasemmerich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants