chore: 升级依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2024-07-02 20:57:35 +08:00
parent dea9664677
commit 37e9d8a1ac
4 changed files with 979 additions and 957 deletions

View File

@@ -99,7 +99,7 @@ watch(size, val =>
<el-button
v-for="(button, index) in buttonList"
:key="index"
:type="button.type"
:type="button.type as any"
:size="dynamicSize"
:disabled="size === 'disabled'"
:plain="baseRadio === 'plain'"