Skip to content

Commit e51c6df

Browse files
authored
update non-props attributes link (#387)
* update non-props attributes link * Update instance-properties.md
1 parent aeb6454 commit e51c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/instance-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ An object of DOM elements and component instances, registered with [`ref` attrib
143143
Contains parent-scope attribute bindings and events that are not recognized (and extracted) as component [props](./options-data.html#props) or [custom events](./options-data.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.
144144

145145
- **See also:**
146-
- [Non-Prop Attributes](../guide/component-props.html#non-prop-attributes)
146+
- [Non-Prop Attributes](../guide/component-attrs.html)

0 commit comments

Comments
 (0)