Skip to content

Commit b854fa6

Browse files
HomMarkHuntkazupon
andauthored
Update src/guide/component-registration.md
Co-authored-by: kazuya kawaguchi <[email protected]>
1 parent 829e3dd commit b854fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default {
146146
}
147147
```
148148

149-
ES2015 移行の場合`ComponentA` のような変数名をオブジェクト内に配置することは `ComponentA: ComponentA` の省略記法にあたり、変数の名前は次のどちらも意味することに注意して下さい:
149+
ES2015 以降の場合`ComponentA` のような変数名をオブジェクト内に配置することは `ComponentA: ComponentA` の省略記法にあたり、変数の名前は次のどちらも意味することに注意して下さい:
150150

151151
- テンプレート内で使用されるカスタム要素名
152152
- コンポーネントオプションを含む変数の名前

0 commit comments

Comments
 (0)