Skip to content

Commit ddba601

Browse files
chore: update warn msg
1 parent 9d2c180 commit ddba601

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
@@ -198,7 +198,7 @@ function doWatch(
198198
}
199199
if (once !== undefined) {
200200
warn(
201-
`watch() "deep" option is only respected when using the ` +
201+
`watch() "once" option is only respected when using the ` +
202202
`watch(source, callback, options?) signature.`
203203
)
204204
}

0 commit comments

Comments
 (0)