useAsyncData and I noticed that it mentioned:with the following example:is for fetching and caching data, not triggering side effects like calling Pinia actions, as this can cause unintended behavior such as repeated executions with nullish values. If you need to trigger side effects, use theuseAsyncDatautility to do so.callOnce
useFetch / useAsyncData.