Skip to content

Commit a609133

Browse files
NateScarletnaokie
authored andcommitted
1 parent 5c82ae1 commit a609133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/migration-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default {
314314
| V_ON_KEYCODE_MODIFIER || `v-on` が keyCode 修飾子をサポートしなくなりました | [link](/guide/migration/keycode-modifiers.html) |
315315
| CUSTOM_DIR || カスタムディレクティブのフック名が変更されました | [link](/guide/migration/custom-directives.html) |
316316
| 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) |
318318
| TRANSITION_GROUP_ROOT || `<transition-group>` は、デフォルトでルート要素をレンダリングしなくなりました | [link](/guide/migration/transition-group.html) |
319319
| COMPONENT_ASYNC || 非同期コンポーネントの API が変更されました(`defineAsyncComponent` が必要になりました) | [link](/guide/migration/async-components.html) |
320320
| COMPONENT_FUNCTIONAL || 関数型コンポーネントの API が変更されました(プレーンな関数であることが必須になりました) | [link](/guide/migration/functional-components.html) |

0 commit comments

Comments
 (0)