translations

This commit is contained in:
2025-06-25 13:53:36 +02:00
parent edf3036e6a
commit 10b9610918
6 changed files with 37 additions and 29 deletions

View File

@ -192,9 +192,6 @@ const props = defineProps<{
}
}>();
console.log(props.component);
const openCategories = ref(false);
const isInfo = ref<boolean>(true);
const selectedFilters = ref<any>([]);