From 0d75c2150122f2a2a3d4178bf73c55dec5488cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E9=93=84=E8=BF=90?= Date: Tue, 25 Oct 2016 04:22:50 +0800 Subject: [PATCH 1/2] Add _target="blank" deprecation on `` --- src/guide/migration-vue-router.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/guide/migration-vue-router.md b/src/guide/migration-vue-router.md index 399e9c70ea..763f0cacdd 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: `target="_blank"` is not supported on `` component, please use `` tags instead. + {% raw %}