non-alprs

This commit is contained in:
Will Freeman
2025-10-05 12:53:09 -06:00
parent 97a3bf4703
commit 5d1ea9653b
15 changed files with 528 additions and 78 deletions
+8
View File
@@ -131,6 +131,14 @@ const router = createRouter({
name: 'foia',
component: () => import('../views/FOIA.vue'),
},
{
path: '/identify',
name: 'identify',
component: () => import('../views/Identification.vue'),
meta: {
title: 'Identify ALPRs | DeFlock'
}
},
{
path: '/press',
name: 'press',