Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
vclass committed Apr 27, 2024
2 parents 232fcdf + d0f5199 commit c7d6571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/account/AccountList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<el-dialog v-model="dialogFavListVisible" title="收藏夹详情" :before-close="handleFavClose">
<el-dialog v-model="dialogFavListVisible" title="收藏夹详情" :before-close="handleFavClose" :destroy-on-close="true">
<FavourList :fatherTableData="favDataRef" :fatherTotal="favCountRef" :fatherMid="favMidRef" />
</el-dialog>
<el-table :data="tableData">
Expand Down

0 comments on commit c7d6571

Please sign in to comment.