Manually Trigger
By default, we will automatically trigger the bound request when the component is mounted. Of course, if you want to control the timing of the request yourself, you can disable the default request at mount time by passing in the manual
option, and then trigger the request using run()
or runAsync()
.