Display concerts with card views on "All concerts" page, adding image property for tours
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import EventsPage from "@/pages/shows/eventsPage/index.vue";
|
||||
import ConcertsPage from "@/pages/shows/concertsPage/index.vue";
|
||||
import BandsPage from "@/pages/shows/bandsPage/index.vue";
|
||||
import LocationsPage from "@/pages/shows/locationsPage/index.vue"
|
||||
import SearchPage from "@/pages/shows/searchPage/index.vue"
|
||||
|
||||
export const showRoutes = [
|
||||
{ path: '/shows/events', component: EventsPage },
|
||||
{ path: '/shows/concerts', component: ConcertsPage },
|
||||
{ path: '/shows/bands', component: BandsPage },
|
||||
{ path: '/shows/locations', component: LocationsPage },
|
||||
{ path: '/shows/search', component: SearchPage },
|
||||
|
||||
Reference in New Issue
Block a user