As you can see from the screenshot, after we updated the var filterSortingDataLoading, it actually took a few rounds for it to get updated to the component, in this particular case, the API has already returned by the time the watched filterSortingDataLoading reacts.
Since we are using this for loading status and conditionally render view, we are thinking if we can make it faster.

As you can see from the screenshot, after we updated the var
filterSortingDataLoading, it actually took a few rounds for it to get updated to the component, in this particular case, the API has already returned by the time the watchedfilterSortingDataLoadingreacts.Since we are using this for
loadingstatus and conditionally render view, we are thinking if we can make it faster.