Skip to content

Commit feba015

Browse files
Missing 'the' in attrs.md (#1874)
* Missing 'the' in attrs.md * Update src/guide/components/attrs.md Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent be5fe37 commit feba015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default {
177177
}
178178
```
179179

180-
Note that although the `attrs` object here always reflects the latest fallthrough attributes, it isn't reactive (for performance reasons). You cannot use watchers to observe its changes. If you need reactivity, use a prop. Alternatively, you can use `onUpdated()` to perform side effects with latest `attrs` on each update.
180+
Note that although the `attrs` object here always reflects the latest fallthrough attributes, it isn't reactive (for performance reasons). You cannot use watchers to observe its changes. If you need reactivity, use a prop. Alternatively, you can use `onUpdated()` to perform side effects with the latest `attrs` on each update.
181181

182182
</div>
183183

0 commit comments

Comments
 (0)