* fix(components): tabs dynamic text (#3174) * fix(components): tabs dynamic text (#3174)
@@ -442,7 +442,7 @@ export default defineComponent({
[
!type
? h(TabBar, {
tabs: panes,
tabs: [...panes],
})
: null,
tabs,
The note is not visible to the blocked user.