Skip to content

Commit

Permalink
fix(select): [select] modifying the loading icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MomoPoppy committed Oct 12, 2024
1 parent e4a6369 commit 0b66817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/select/src/pc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@

<component
class="circular"
:is="state.designConfig.icons.loadingIcon || 'icon-loading-shadow'"
:is="state.designConfig?.icons?.loadingIcon || 'icon-loading-shadow'"
></component>
</div>
</template>
Expand Down

0 comments on commit 0b66817

Please sign in to comment.