Skip to content

Commit

Permalink
fix: 修复cutMenu布局刷新样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 31, 2024
1 parent f951e87 commit 03580b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/TabMenu/src/TabMenu.vue
Expand Up @@ -88,6 +88,9 @@ export default defineComponent({
} else {
showTitle.value = !collapse
}
},
{
immediate: true
}
)
Expand Down

0 comments on commit 03580b0

Please sign in to comment.