Replies: 1 comment
-
Since they are exported as an object, you can't just spread them like arrays. You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to get the list of all the extended rules?
We have predefined rules like this
import * as rules from 'vee-validate/dist/rules'
console.log(rules) // lis all
I want to spread rules and new customs (extended rules)
console.log({...rules, ...myCustomRules})
I need it for very custom translate
Beta Was this translation helpful? Give feedback.
All reactions