Sorted out a bunch of reactivity issues
This commit is contained in:
@@ -42,8 +42,15 @@ const routes: RouteRecordRaw[] = [
|
||||
},
|
||||
{
|
||||
path: 'list',
|
||||
component: () => import('src/pages/schedule/ListBookingsPage.vue'),
|
||||
name: 'list-bookings',
|
||||
component: () =>
|
||||
import('src/pages/schedule/ListReservationsPage.vue'),
|
||||
name: 'list-reservations',
|
||||
},
|
||||
{
|
||||
path: 'edit/:id',
|
||||
component: () =>
|
||||
import('src/pages/schedule/ModifyBoatReservation.vue'),
|
||||
name: 'edit-reservation',
|
||||
},
|
||||
{
|
||||
path: 'manage',
|
||||
|
||||
Reference in New Issue
Block a user