Skip to content

Commit

Permalink
chore: upgrade compile
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-hearts committed Aug 26, 2024
1 parent c2a17b0 commit 9db9b00
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 197 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"prettier": "^2.8.8",
"rollup": "^4.9.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"typescript": "^5.3.3",
"vitepress": "1.0.0-rc.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/element-plus/components/upload-pro/upload-pro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ defineExpose({
<template #trigger>
<slot name="trigger">
<template v-if="type === 'text'">
<el-button ref="triggerUploadButtonRef" :icon="icon">
<el-button ref="triggerUploadButtonRef" :icon="icon ?? undefined">
{{ text }}
</el-button>
</template>
Expand Down
Loading

0 comments on commit 9db9b00

Please sign in to comment.