Problem:
In TheFilterBar there are two filter options that pass a value to App.vue and it is currently only possiby to filter by either one value.
Desired solution:
I would like to be able to filter by either value or by both values together, but can't get to the second value, once the other has been updated.
The methods below need to be adjusted, but at the moment I can't get the second value…
A result like this with the method taking multiple arguments, e.g. filteredPosts(type, area)
would be the preferred outcome: