diff --git a/src/guide/reusability/composables.md b/src/guide/reusability/composables.md index 09155f8465..c68edfbf1e 100644 --- a/src/guide/reusability/composables.md +++ b/src/guide/reusability/composables.md @@ -302,7 +302,7 @@ These restrictions are important because these are the contexts where Vue is abl 1. Lifecycle hooks can be registered to it. -2. Computed properties and watchers can be linked to it, so that they can be disposed when the instance is unmounted to prevent memory leaks. +2. Watchers can be linked to it, so that they can be disposed when the instance is unmounted to prevent memory leaks. :::tip `