diff --git a/src/runtime/composables.ts b/src/runtime/composables.ts index 49d40264..b1906f8e 100644 --- a/src/runtime/composables.ts +++ b/src/runtime/composables.ts @@ -139,7 +139,7 @@ const prep = (...args: any[]) => { context = firstArg.context! clientId = firstArg.clientId - if (typeof args?.[1] === 'object' && args?.[1] !== null && 'watch' in args[1]) { + if (typeof args?.[1] === 'object' && args?.[1] !== null) { options = args?.[1] } } else {