rename
This commit is contained in:
@@ -34,7 +34,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
defineEmits<Emits>();
|
||||
|
||||
const days = useStorage('market-days', 365);
|
||||
const threshold = useStorage('market-threshold', 10);
|
||||
const threshold = useStorage('market-profit-threshold', 10);
|
||||
const filter = ref("");
|
||||
const { sortedArray, headerProps } = useSort<Result>(computed(() => props.items
|
||||
.filter(r => r.type.name.toLowerCase().includes(filter.value.toLowerCase()))
|
||||
|
||||
Reference in New Issue
Block a user