Samples<...">
美文网首页
Vue router-link 设置新打开的tab页

Vue router-link 设置新打开的tab页

作者: 天天向上卡索 | 来源:发表于2018-06-19 09:43 被阅读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')
    

相关文章

网友评论

      本文标题:Vue router-link 设置新打开的tab页

      本文链接:https://www.haomeiwen.com/subject/fvzoeftx.html