fix(components): fix PinToggler label. fixed #407
This commit is contained in:
parent
4749b411bd
commit
c0ed1f26f7
@ -15,7 +15,7 @@ const icon = computed(() => (props.pin ? 'mdi-pin-off' : 'mdi-pin'));
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<ButtonIcon
|
<ButtonIcon
|
||||||
:tooltip-content="pin ? $t('icon.pin') : $t('icon.unpin')"
|
:tooltip-content="pin ? $t('icon.unpin') : $t('icon.pin')"
|
||||||
tooltip-placement="bottom-start"
|
tooltip-placement="bottom-start"
|
||||||
:z-index="100"
|
:z-index="100"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user