mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:21:12 +08:00
fixed issue 172 (#173)
This commit is contained in:
parent
db3561aa88
commit
893ffd474c
|
@ -185,7 +185,8 @@ export default defineComponent({
|
|||
<t-tab-panel
|
||||
value={router.path}
|
||||
key={`${router.path}_${idx}`}
|
||||
label={
|
||||
v-slots={{
|
||||
label: () => (
|
||||
<t-dropdown
|
||||
trigger="context-menu"
|
||||
minColumnWidth={128}
|
||||
|
@ -220,7 +221,8 @@ export default defineComponent({
|
|||
>
|
||||
{!router.isHome ? router.title : <t-icon name="home" />}
|
||||
</t-dropdown>
|
||||
}
|
||||
),
|
||||
}}
|
||||
removable={!router.isHome}
|
||||
/>
|
||||
))}
|
||||
|
|
Loading…
Reference in New Issue
Block a user