Skip to content

Commit b361533

Browse files
wxsmsnaokie
authored andcommitted
update component-props.md (#1336)
1 parent 3effea6 commit b361533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> このページは [コンポーネントの基本](component-basics.md) が読まれていることが前提となっています。 コンポーネントを扱った事のない場合はこちらのページを先に読んでください。
44
5-
プロパティでない属性とは、コンポーネントに渡される属性やイベントリスナのうち、[props](component-props)[emits](component-custom-events.html#カスタムイベントの定義) で定義されたものを除いたものをいいます。よくある例としては、コンポーネント要素タグに付与する `class``style``id` などの属性があります。これらの属性には `$attrs` プロパティでアクセスできます。
5+
プロパティでない属性とは、コンポーネントに渡される属性やイベントリスナのうち、[props](component-props.html)[emits](component-custom-events.html#カスタムイベントの定義) で定義されたものを除いたものをいいます。よくある例としては、コンポーネント要素タグに付与する `class``style``id` などの属性があります。これらの属性には `$attrs` プロパティでアクセスできます。
66

77
## 属性の継承
88

0 commit comments

Comments
 (0)