fix: 🐛 修复 el-link 组件弃用underline属性为boolean值的警告
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<el-link
|
<el-link
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="download"
|
icon="download"
|
||||||
:underline="false"
|
underline="never"
|
||||||
@click="handleDownloadTemplate"
|
@click="handleDownloadTemplate"
|
||||||
>
|
>
|
||||||
下载模板
|
下载模板
|
||||||
|
|||||||
Reference in New Issue
Block a user