chore: fix cursor pointer on router-link sidebar menu
This commit is contained in:
parent
acd1e56a28
commit
51c47cd3b5
@ -44,7 +44,7 @@ const triggerClick = () => {
|
|||||||
<component
|
<component
|
||||||
:is="componentIs"
|
:is="componentIs"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
class="flex text-left rtl:text-right items-center p-2 reset-base text-sm text-n-slate-12 w-full border-0"
|
class="flex text-left rtl:text-right items-center p-2 reset-base text-sm text-n-slate-12 w-full border-0 cursor-pointer"
|
||||||
:class="{
|
:class="{
|
||||||
'hover:bg-n-alpha-2 rounded-lg w-full gap-3': !$slots.default,
|
'hover:bg-n-alpha-2 rounded-lg w-full gap-3': !$slots.default,
|
||||||
}"
|
}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user