Skip to content

Commit

Permalink
fix(list): 冗余内容显示
Browse files Browse the repository at this point in the history
  • Loading branch information
kyour-cn committed Jan 27, 2024
1 parent 028125c commit e175ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const scrollToUpper = () => {

<view v-if="props.finished && !loading && list.length === 0">
<slot name="empty">
list <PuiEmpty :description="props.emptyText"/>
<PuiEmpty :description="props.emptyText"/>
</slot>
</view>
<view v-if="loading" :style="{color: puiStore.theme['title']}" class="loading">
Expand Down

0 comments on commit e175ded

Please sign in to comment.