Category: Vue
-
Custom Error Message for PriceInCents – Vue3 and Vuelidate
Hey everyone, This is a quick post to show how you can add a custom error message when using Vuelidate in Vue3. In my case I have a price field that should not be greater than $1000. The issue is that I store the amount in cents which results in the following error: This is…