fix(components): [link] fix the link jump to element-ui (#11357)

Fix the link jump to elementui
This commit is contained in:
NekoYyang
2023-01-29 22:23:28 +08:00
committed by GitHub
parent 9721912342
commit 6a2f327a79

View File

@ -1,6 +1,6 @@
<template>
<div>
<el-link href="https://element.eleme.io" target="_blank">default</el-link>
<el-link href="https://element-plus.org" target="_blank">default</el-link>
<el-link type="primary">primary</el-link>
<el-link type="success">success</el-link>
<el-link type="warning">warning</el-link>