🐛 Bug Fixes
👕 TypeScript
🏗️ DX Improvements
- allow name ref to be a lazy function (8fb543a)
// no need to wrap this anymore with `computed` or with `toRef`.
const { value } = useField(() => props.name);
// no need to wrap this anymore with `computed` or with `toRef`.
const { value } = useField(() => props.name);
Don't miss a new vee-validate release
NewReleases is sending notifications on new releases.