v4.8.4
π 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);