a lot of refactoring and cleaning up

This commit is contained in:
Will Freeman
2024-12-27 20:22:04 -07:00
parent 75e12f43a4
commit 1ba3f9c3bb
15 changed files with 216 additions and 320 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ const router = createRouter({
{
path: '/qr',
name: 'qr-landing',
component: () => import('../views/QRLandingView.vue'),
component: () => import('../views/Landing.vue'),
meta: {
title: 'You Found an ALPR | DeFlock'
}