Identify the specific feature or functionality required in the Vue.js or Nuxt project.
Determine if a VueUse composable can fulfill the requirement.
Select the most appropriate VueUse composable based on the requirement and context.
Check the `Invocation` rule for the selected composable (AUTO, EXTERNAL, EXPLICIT_ONLY).
Consult the corresponding documentation for usage details and type declarations.
Implement the composable in the project, following the recommended usage pattern.
Test the implementation to ensure it meets the requirements and integrates correctly.