diff --git a/src/guide/migration-vue-router.md b/src/guide/migration-vue-router.md
index 399e9c70ea..0dc81c6ec2 100644
--- a/src/guide/migration-vue-router.md
+++ b/src/guide/migration-vue-router.md
@@ -267,6 +267,8 @@ You'll need to update it like this:
About
```
+Note that `target="_blank"` is not supported on ``, so if you need to open a link in a new tab, you have to use `` instead.
+
{% raw %}
Upgrade Path