From 4e4aff503534476a17352491848fe1be5da9f31d Mon Sep 17 00:00:00 2001 From: wxsm Date: Mon, 30 Aug 2021 11:28:29 +0800 Subject: [PATCH] Update watch.md --- src/guide/migration/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/watch.md b/src/guide/migration/watch.md index 0b155ac6f8..56d93be663 100644 --- a/src/guide/migration/watch.md +++ b/src/guide/migration/watch.md @@ -27,6 +27,6 @@ watch: { ## Migration Strategy -If you rely on watching array mutations, add the `deep` property to ensure that your callback is triggered correctly. +If you rely on watching array mutations, add the `deep` option to ensure that your callback is triggered correctly. [Migration build flag: `WATCH_ARRAY`](migration-build.html#compat-configuration)