feat: add brand and reliable sort options to StationList
This commit is contained in:
@@ -49,6 +49,8 @@ const sortOptions = [
|
|||||||
{ label: 'Price', value: 'price' },
|
{ label: 'Price', value: 'price' },
|
||||||
{ label: 'Distance', value: 'distance' },
|
{ label: 'Distance', value: 'distance' },
|
||||||
{ label: 'Updated', value: 'updated' },
|
{ label: 'Updated', value: 'updated' },
|
||||||
|
{ label: 'Brand', value: 'brand' },
|
||||||
|
{ label: 'Reliable', value: 'reliable' },
|
||||||
]
|
]
|
||||||
|
|
||||||
const lowestPrice = computed(() => {
|
const lowestPrice = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user