audit_async_data
Audits Nuxt 2 code for asyncData() and fetch() hooks that require migration to useAsyncData() or useFetch() in Nuxt 3/4.
Instructions
Detect Nuxt 2 asyncData() and fetch() lifecycle hooks that must be converted to useAsyncData() or useFetch() in Nuxt 3/4.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Optional module path to audit |