From e6840173b93da96f5e6f1f8c41334e36b62c8266 Mon Sep 17 00:00:00 2001 From: Sojin Samuel <77185816+sojinsamuel@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:42:38 +0530 Subject: [PATCH] An indepth introductory guide about watchers (#2786) * An indepth introductory guide about watchers Talks about deep and immediate options with examples. showcases example use cases on how to use watchers in action, and when to utilize computed properties, and when to use watchers. * Update content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md Co-authored-by: Kamran Ahmed --- .../roadmaps/105-vue/content/101-advanced-topics/104-watch.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md b/content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md index d2fb9c893..a02ba9d02 100644 --- a/content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md +++ b/content/roadmaps/105-vue/content/101-advanced-topics/104-watch.md @@ -4,4 +4,5 @@ Free Content Reactivity API — watch +Understanding watchers in Vue