Skip to content

Commit 3ce4117

Browse files
committed
fix: normalize words 'see also'
1 parent ccb9706 commit 3ce4117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guide/migration/attrs-includes-class-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060

6161
`inheritAttrs: false` を使用しているコンポーネントでは、スタイルの適用が意図したとおりに動作することを確認してください。もし以前に `class``style` の特別な動作に依存していた場合、これらの属性が別の要素に適用されている可能性があるため、一部の見た目が崩れている可能性があります。
6262

63-
## 関連情報
63+
## 参照
6464

6565
- [関連する RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md)
6666
- [移行ガイド - `$listeners` の削除](./listeners-removed.md)

src/guide/migration/emits-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888
1. `click` イベントを適切に宣言する。これは `<my-button>` のイベントハンドラに何らかのロジックを実際に追加する場合で役立ちます。
8989
2. `.native` を追加しなくても、親は簡単にネイティブイベントをリッスンできるので、イベントの再発行を削除します。とにかく明らかにイベントを再発行するだけの場合に適しています。
9090

91-
## 関連情報
91+
## 参照
9292

9393
- [関連する RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0030-emits-option.md)
9494
- [移行ガイド - `.native` 修飾子の削除](./v-on-native-modifier-removed.md)

0 commit comments

Comments
 (0)