antd-vue 的 table,插入了超链接,比如 xx.com,跳转总是变成 localhost/xx.com,变成了二级
資深大佬 : 0kaka 1
customRender: (value, row, index) => {
return <a href={value} target=”_blank”>{value}</a>
}
return <a href={value} target=”_blank”>{value}</a>
}
href 在 chrome 查看也是正常的 xx.com ,但是点击就永远是 localhost/xx.com 。而我是要跳到 xx.com 的,有大神告知是什么原因引起的吗?
大佬有話說 (4)