fix: 🐛 el-link 组件弃用underline属性为boolean值的警告

- 将 :underline="false" 替换为 underline="never"
This commit is contained in:
zimo493
2025-04-28 14:30:01 +08:00
parent 0907d9d4b1
commit ee1718b9d9
8 changed files with 15 additions and 15 deletions

View File

@@ -295,7 +295,7 @@
v-if="contentConfig.importTemplate"
type="primary"
icon="download"
:underline="false"
underline="never"
@click="handleDownloadTemplate"
>
下载模板