Skip to content

Commit 72eaad3

Browse files

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 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the
314314
| V_ON_KEYCODE_MODIFIER || `v-on` no longer supports keyCode modifiers | [link](/guide/migration/keycode-modifiers.html) |
315315
| CUSTOM_DIR || Custom directive hook names changed | [link](/guide/migration/custom-directives.html) |
316316
| ATTR_FALSE_VALUE || No longer removes attribute if binding value is boolean `false` | [link](/guide/migration/attribute-coercion.html) |
317-
| ATTR_ENUMERATED_COERSION || No longer special case enumerated attributes | [link](/guide/migration/attribute-coercion.html) |
317+
| ATTR_ENUMERATED_COERCION || No longer special case enumerated attributes | [link](/guide/migration/attribute-coercion.html) |
318318
| TRANSITION_GROUP_ROOT || `<transition-group>` no longer renders a root element by default | [link](/guide/migration/transition-group.html) |
319319
| COMPONENT_ASYNC || Async component API changed (now requires `defineAsyncComponent`) | [link](/guide/migration/async-components.html) |
320320
| COMPONENT_FUNCTIONAL || Functional component API changed (now must be plain functions) | [link](/guide/migration/functional-components.html) |

0 commit comments

Comments
 (0)