vue 超链接跳转

Posted 小小菜_v

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 超链接跳转相关的知识,希望对你有一定的参考价值。

Vue 超链接跳转

<template slot-scope="scope">
    <div class="scope-div" :title="scope.row.gb_url">
        <el-link :href="scope.row.gb_url" style="margin-right:10px;" target="_blank">
        {{scope.row.gb_url}}
        </el-link>
    </div>
</template >

以上是关于vue 超链接跳转的主要内容,如果未能解决你的问题,请参考以下文章