0
0
Fork 0

change icon

This commit is contained in:
Javier Segarra 2024-04-03 08:33:14 +02:00
parent 370e52f7c4
commit 75e02bf328
1 changed files with 3 additions and 2 deletions

View File

@ -35,9 +35,10 @@ export default {
path: 'negative', path: 'negative',
meta: { meta: {
title: 'negative', title: 'negative',
icon: 'view_list', icon: 'view_lists',
}, },
component: () => import('src/pages/Ticket/Negative/TicketLackList.vue'), component: () =>
import('src/pages/Ticket/Negative/TicketLackList.vue'),
}, },
{ {
name: 'TicketCreate', name: 'TicketCreate',