chore(module): lint

This commit is contained in:
Benjamin Canac
2024-04-12 14:02:23 +02:00
parent 74a640ceca
commit abb7580f71
22 changed files with 112 additions and 116 deletions

View File

@@ -55,7 +55,7 @@ const ui = computed(() => tv({
}
}))
function isLinkActive (slotProps: any) {
function isLinkActive(slotProps: any) {
if (props.active !== undefined) {
return props.active
}
@@ -78,7 +78,7 @@ function isLinkActive (slotProps: any) {
return false
}
function resolveLinkClass (slotProps: any) {
function resolveLinkClass(slotProps: any) {
const active = isLinkActive(slotProps)
if (props.raw) {