docs: update the composables content (#10560)

This commit is contained in:
Alan Wang
2022-04-27 11:47:06 +08:00
committed by GitHub
parent a33d304d53
commit 794a0e3c1e
2 changed files with 3 additions and 0 deletions
@@ -36,4 +36,6 @@ console.log(height.value); // -> window height
| --- | --- |
| [useClickAway](#/en-US/use-click-away) | Triggers a callback when user clicks outside of the target element |
| [useCountDown](#/en-US/use-count-down) | Used to manage the countdown |
| [useCustomFieldValue](#/en-US/use-custom-field-value) | Used to custom Field value |
| [useEventListener](#/en-US/use-event-listener) | Used to attach event |
| [useToggle](#/en-US/use-toggle) | Used to switch between `true` and `false` |