We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a801c36 commit 6cc9151Copy full SHA for 6cc9151
packages/runtime-core/src/apiWatch.ts
@@ -193,7 +193,7 @@ function doWatch(
193
// TODO remove in 3.5
194
if (__DEV__ && deep !== void 0 && typeof deep === 'number') {
195
warn(
196
- `watch() "deep" option with number value will be used as watch depth in future versions.` +
+ `watch() "deep" option with number value will be used as watch depth in future versions. ` +
197
`Please use a boolean instead to avoid potential breakage.",
198
)
199
}
0 commit comments