File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ export default {
314
314
| V_ON_KEYCODE_MODIFIER | ✔ | ` v-on ` が keyCode 修飾子をサポートしなくなりました | [ link] ( /guide/migration/keycode-modifiers.html ) |
315
315
| CUSTOM_DIR | ✔ | カスタムディレクティブのフック名が変更されました | [ link] ( /guide/migration/custom-directives.html ) |
316
316
| ATTR_FALSE_VALUE | ✔ | バインディングの値が真偽値の ` false ` の場合、属性を削除しないようになりました | [ link] ( /guide/migration/attribute-coercion.html ) |
317
- | ATTR_ENUMERATED_COERSION | ✔ | 特殊なケースの列挙された属性は廃止されました | [ link] ( /guide/migration/attribute-coercion.html ) |
317
+ | ATTR_ENUMERATED_COERCION | ✔ | 特殊なケースの列挙された属性は廃止されました | [ link] ( /guide/migration/attribute-coercion.html ) |
318
318
| TRANSITION_GROUP_ROOT | ✔ | ` <transition-group> ` は、デフォルトでルート要素をレンダリングしなくなりました | [ link] ( /guide/migration/transition-group.html ) |
319
319
| COMPONENT_ASYNC | ✔ | 非同期コンポーネントの API が変更されました(` defineAsyncComponent ` が必要になりました) | [ link] ( /guide/migration/async-components.html ) |
320
320
| COMPONENT_FUNCTIONAL | ✔ | 関数型コンポーネントの API が変更されました(プレーンな関数であることが必須になりました) | [ link] ( /guide/migration/functional-components.html ) |
You can’t perform that action at this time.
0 commit comments