Changed views data

This commit is contained in:
Alexis
2024-06-14 21:48:39 +02:00
parent 328fc555ea
commit 008ec4fcef
8 changed files with 96 additions and 25 deletions

View File

@@ -1,5 +1,4 @@
<script lang="ts" setup>
import { cn } from '@/lib/utils'
import type { Category } from '~/models/Category';
import { PhCaretDown, PhCheck } from '@phosphor-icons/vue';
@@ -70,9 +69,6 @@ const filteredCategories = computed(() =>
:key="category.id"
:value="category"
class="cursor-pointer flex justify-between items-center"
:class="cn({
})"
>
<span>
{{ category.name }}