Added price for service

This commit is contained in:
2025-08-26 17:19:41 -04:00
parent 87a50fa37c
commit 76cbca94e3
7 changed files with 350 additions and 93 deletions

View File

@@ -1,5 +1,6 @@
// Import the new component at the top
import ServiceHome from './ServiceHome.vue'
import ServicePast from './ServicePast.vue'
import CalendarCustomer from './calender/CalendarCustomer.vue'
import ServiceCalendar from './ServiceCalendar.vue'
@@ -9,7 +10,11 @@ const serviceRoutes = [
name: 'ServiceHome',
component: ServiceHome
},
{
path: '/service/past',
name: 'ServicePast',
component: ServicePast
},
// --- NEW ROUTE FOR THE MASTER CALENDAR ---
{
path: '/service/calendar', // Note: No '/:id' parameter