lint code

This commit is contained in:
2023-09-05 00:19:35 +02:00
parent 77e3b6975f
commit 8cb6aa97b8
4 changed files with 15 additions and 14 deletions

View File

@@ -4,11 +4,12 @@ const getColor = computed(() => `text-${appConfig.ui.primary}-500`)
</script>
<template>
<UButton
class="flex items-center"
variant="ghost"
to="/"
:class="getColor">
<UButton
class="flex items-center"
variant="ghost"
to="/"
:class="getColor"
>
ArthurDanj
</UButton>
</template>