From 3069f96ad9c9a93425c519b5fa3aa0c0afdbab6c Mon Sep 17 00:00:00 2001 From: Yao Ding Date: Thu, 6 Aug 2020 14:34:23 -0400 Subject: [PATCH 1/2] update non-props attributes link --- src/api/instance-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/instance-properties.md b/src/api/instance-properties.md index 3f8a420581..1ce76c0d5a 100644 --- a/src/api/instance-properties.md +++ b/src/api/instance-properties.md @@ -143,4 +143,4 @@ An object of DOM elements and component instances, registered with [`ref` attrib 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. - **See also:** - - [Non-Prop Attributes](../guide/component-props.html#non-prop-attributes) + - [Non-Prop Attributes](../guide/component-attrs.htm) From 15509b016025df313751aa4e4ffc9a0769fec55b Mon Sep 17 00:00:00 2001 From: Yao Ding Date: Thu, 6 Aug 2020 14:35:19 -0400 Subject: [PATCH 2/2] Update instance-properties.md --- src/api/instance-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/instance-properties.md b/src/api/instance-properties.md index 1ce76c0d5a..83f786bd8c 100644 --- a/src/api/instance-properties.md +++ b/src/api/instance-properties.md @@ -143,4 +143,4 @@ An object of DOM elements and component instances, registered with [`ref` attrib 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. - **See also:** - - [Non-Prop Attributes](../guide/component-attrs.htm) + - [Non-Prop Attributes](../guide/component-attrs.html)