This commit is contained in:
2024-05-16 08:52:44 +02:00
parent 61e1227a1a
commit 584dcaa4fd
3 changed files with 25 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ defineEmits<Emits>();
const marketTaxStore = useMarketTaxStore();
const threshold = useStorage('market-axquisition-threshold', 10);
const threshold = useStorage('market-aquisition-threshold', 10);
const filter = ref("");
const { sortedArray, headerProps } = useSort<Result>(computed(() => props.items
.filter(r => r.type.name.toLowerCase().includes(filter.value.toLowerCase()))