How to use the vee-validate numerical range of the form validation plug-in?

take a look at the document. If it is a fixed value, you can go like this:

<input v-validate=""between:50,80"" name="vee-number" type="text">

but 505080 is written dead. I don"t want to write dead. I want to use variables to indicate what to do

.

I tried a lot of methods but didn"t work, so I had no choice but to ask for help.


you can use: " between:$ {a}, ${b} " dynamic assignment =. =

Menu