Creating whole Band details page
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import ToursPage from "@/pages/shows/toursPage/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"
|
||||
import BandDetailPage from "@/pages/shows/bandDetailPage/index.vue"
|
||||
|
||||
export const showRoutes = [
|
||||
{ path: '/shows/tours', component: ToursPage },
|
||||
{ path: '/shows/bands', component: BandsPage },
|
||||
{ path: '/shows/locations', component: LocationsPage },
|
||||
{ path: '/shows/search', component: SearchPage },
|
||||
{ path: '/shows/band/:bandName', component: BandDetailPage }
|
||||
]
|
||||
Reference in New Issue
Block a user