Skip to content

Commit

Permalink
docs: add use-form-element
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed May 24, 2020
1 parent 940c810 commit 3dd09ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- ...

Expand Down

0 comments on commit 3dd09ac

Please sign in to comment.