Added service plan. Password change
This commit is contained in:
@@ -4,6 +4,7 @@ import ServicePast from './ServicePast.vue'
|
||||
import CalendarCustomer from './calender/CalendarCustomer.vue'
|
||||
import ServiceCalendar from './ServiceCalendar.vue'
|
||||
import ServiceToday from './ServiceToday.vue'
|
||||
import ServicePlans from './ServicePlans.vue'
|
||||
|
||||
const serviceRoutes = [
|
||||
{
|
||||
@@ -34,6 +35,11 @@ const serviceRoutes = [
|
||||
name: 'ServiceToday',
|
||||
component: ServiceToday,
|
||||
},
|
||||
{
|
||||
path: '/service/plans',
|
||||
name: 'ServicePlans',
|
||||
component: ServicePlans,
|
||||
},
|
||||
]
|
||||
|
||||
export default serviceRoutes
|
||||
|
||||
Reference in New Issue
Block a user