From 14aa32424cecb324754cd0f09aae6ed4e10c8b1d Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:36:44 +0100 Subject: [PATCH] fix: corrections in migration-build.md, including broken links --- src/guide/migration/migration-build.md | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 | ⨂ | `