Skip to content

Commit a703e43

Browse files
committed
fallthrough attributes section rename
1 parent bc677ec commit a703e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/component-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ An object of DOM elements and component instances, registered with [`ref` attrib
148148
Contains parent-scope attribute bindings and events that are not recognized (and extracted) as component [props](./options-state.html#props) or [custom events](./options-state.html#emits). When a component doesn't have any declared props or custom events, this essentially contains all parent-scope bindings, and can be passed down to an inner component via `v-bind="$attrs"` - useful when creating higher-order components.
149149

150150
- **See also:**
151-
- [Non-Prop Attributes](/guide/components/attrs.html)
151+
- [Fallthrough Attributes](/guide/components/attrs.html)
152152
- [Options / Misc - inheritAttrs](./options-misc.html#inheritattrs)
153153

154154
## $watch()

src/guide/essentials/class-and-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Will render:
239239
<span>This is a child component</span>
240240
```
241241

242-
You can learn more about component attribute inheritance in [Non-Prop Attributes](/guide/components/attrs.html) section.
242+
You can learn more about component attribute inheritance in [Fallthrough Attributes](/guide/components/attrs.html) section.
243243

244244
## Binding Inline Styles
245245

0 commit comments

Comments
 (0)