UseFatch watch fails during OnMounted Good afternoon people, I encountered a problem during the change of the state of a variable in OnMounted that is being used UseFetch, it does not execute the watch because there is a validation in the UseAsyncData code in the line
which validates whether the page is already rendered or not, along with validating whether it is the first execution of the code. I believe the parameter { _initial: false } is missing in the line