diff --git a/src/guide/migration/migration-build.md b/src/guide/migration/migration-build.md index 9856ba7860..3ca6829bc2 100644 --- a/src/guide/migration/migration-build.md +++ b/src/guide/migration/migration-build.md @@ -264,32 +264,32 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the | COMPILER_V_IF_V_FOR_PRECEDENCE | ⨂ | `v-if` and `v-for` precedence when used on the same element has changed | [link](/guide/migration/v-if-v-for.html) | | COMPILER_V_IF_SAME_KEY | ⨂ | `v-if` branches can no longer have the same key | [link](/guide/migration/key-attribute.html#on-conditional-branches) | | COMPILER_V_FOR_TEMPLATE_KEY_PLACEMENT | ⨂ | `