Updated sibar

This commit is contained in:
2025-09-05 11:39:35 -04:00
parent af9e6882ba
commit 45b536baca
8 changed files with 369 additions and 15 deletions

View File

@@ -2,7 +2,8 @@
import ServiceHome from './ServiceHome.vue'
import ServicePast from './ServicePast.vue'
import CalendarCustomer from './calender/CalendarCustomer.vue'
import ServiceCalendar from './ServiceCalendar.vue'
import ServiceCalendar from './ServiceCalendar.vue'
import ServiceToday from './ServiceToday.vue'
const serviceRoutes = [
{
@@ -28,7 +29,12 @@ const serviceRoutes = [
name: 'CalenderCustomer',
component: CalendarCustomer,
},
{
path: '/service/servicetoday',
name: 'ServiceToday',
component: ServiceToday,
},
]
export default serviceRoutes
//sourceMappingURL=index.ts.map
//sourceMappingURL=index.ts.map