feat: #8443 created vehicle events #1379

Open
provira wants to merge 24 commits from 8443-vehicleEvent into dev
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 58057a8ac2 - Show all commits

View File

@ -210,6 +210,15 @@ const vehicleCard = {
},
component: () => import('src/pages/Route/Vehicle/VehicleDms.vue'),
},
{
name: 'VehicleEvents',
path: 'events',
meta: {
title: 'calendar',
icon: 'vn:calendar',
},
component: () => import('src/pages/Route/Vehicle/Card/VehicleEvents.vue'),
},
],
};