-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
Description
Environment
- Operating System: Darwin
- Node Version: v24.11.1
- Nuxt Version: 4.2.1
- CLI Version: 3.30.0
- Nitro Version: 2.12.9
- Package Manager: [email protected]
- Builder: -
- User Config: ssr, compatibilityDate, future, devtools, css, debug, vite, build, modules, multiCache, apollo, viewport, app, eslint, stylelint, svgo, hooks
- Runtime Modules: [email protected], [email protected], @pinia/[email protected], @nuxt/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], [email protected], @nuxt/test-utils/[email protected], @regle/[email protected]
- Build Modules: -
Describe the bug
Bug in commit: 5ae7d10#diff-f4bf0419803f10defada4eeb9eb46a4e31817731b1a50d7cb160439ff85117f3R142
Options in useAsyncData don't work, if 'watch' isn't passed in. Need remove checking: && 'watch' in args[1]
Expected behaviour
Options should work without 'watch'! It shouldn't be a requirement.
Reproduction
No response
Additional context
No response