Fix favorites system, add support for bus stops and tourist trips, and improve UI consistency
This commit is contained in:
@ -17,7 +17,7 @@ import { useFavoritesStore } from '@/stores/favorites'
|
||||
import { useAuthStore } from '@/stores/auth'
|
||||
|
||||
const props = defineProps<{
|
||||
itemType: 'coupon' | 'business' | 'taxi' | 'route'
|
||||
itemType: 'coupon' | 'business' | 'taxi' | 'route' | 'stop'
|
||||
itemId: string
|
||||
itemName?: string
|
||||
itemImage?: string
|
||||
|
||||
Reference in New Issue
Block a user