[TS] Fix ts-strict errors in Vue components (Part 4) (#3134)

This commit is contained in:
Chenlei Hu
2025-03-18 20:42:32 -04:00
committed by GitHub
parent 8997ff4b2a
commit db43f587a6
11 changed files with 15 additions and 96 deletions

View File

@@ -7,7 +7,7 @@
>
<template #icon>
<div class="flex items-center gap-1">
<i class="pi pi-circle-fill" :style="{ color: currentColor }" />
<i class="pi pi-circle-fill" :style="{ color: currentColor ?? '' }" />
<i class="pi pi-chevron-down" :style="{ fontSize: '0.5rem' }" />
</div>
</template>