Updated sibar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user