Vue router-link 设置新打开的tab页
2018-06-19 本文已影响27人
天天向上卡索
-
vue 视图中
<router-link to="samples" target="_blank">Samples</router-link>
-
script中
h("router-link", { attrs: { to: "/samples", target: "_blank" }, style: { fontWeight: "bold", fontSize: "1.2em" } }, 'Samples')