Skip to content

Commit 6cc9151

Browse files
authored
Update apiWatch.ts
1 parent a801c36 commit 6cc9151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiWatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function doWatch(
193193
// TODO remove in 3.5
194194
if (__DEV__ && deep !== void 0 && typeof deep === 'number') {
195195
warn(
196-
`watch() "deep" option with number value will be used as watch depth in future versions.` +
196+
`watch() "deep" option with number value will be used as watch depth in future versions. ` +
197197
`Please use a boolean instead to avoid potential breakage.",
198198
)
199199
}

0 commit comments

Comments
 (0)