File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export default {
60
60
61
61
` inheritAttrs: false ` を使用しているコンポーネントでは、スタイルの適用が意図したとおりに動作することを確認してください。もし以前に ` class ` や ` style ` の特別な動作に依存していた場合、これらの属性が別の要素に適用されている可能性があるため、一部の見た目が崩れている可能性があります。
62
62
63
- ## 関連情報
63
+ ## 参照
64
64
65
65
- [ 関連する RFC] ( https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md )
66
66
- [ 移行ガイド - ` $listeners ` の削除] ( ./listeners-removed.md )
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default {
88
88
1 . ` click ` イベントを適切に宣言する。これは ` <my-button> ` のイベントハンドラに何らかのロジックを実際に追加する場合で役立ちます。
89
89
2 . ` .native ` を追加しなくても、親は簡単にネイティブイベントをリッスンできるので、イベントの再発行を削除します。とにかく明らかにイベントを再発行するだけの場合に適しています。
90
90
91
- ## 関連情報
91
+ ## 参照
92
92
93
93
- [ 関連する RFC] ( https://github.com/vuejs/rfcs/blob/master/active-rfcs/0030-emits-option.md )
94
94
- [ 移行ガイド - ` .native ` 修飾子の削除] ( ./v-on-native-modifier-removed.md )
You can’t perform that action at this time.
0 commit comments