diff --git a/README.md b/README.md index 802ec2f..eba61e9 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ export default { - `useResize` -- tracks `window` dimensions. - `useLoading` -- loading status of asynchronous task. - `useForm` -- manage, watch, and synchronize state of complex form. +- `useFormElement` -- create custom form components that support `v-model`. - `useTable` -- manage, watch, and synchronize state of complex table. - ...