add chapters, no exposure

This commit is contained in:
Will Freeman
2025-12-31 12:25:29 -06:00
parent ab64d3283d
commit fcbc5df149
6 changed files with 273 additions and 32 deletions
+8
View File
@@ -31,6 +31,14 @@ const router = createRouter({
title: 'ALPR Map | DeFlock'
}
},
{
path: '/chapters',
name: 'chapters',
component: () => import('../views/Chapters.vue'),
meta: {
title: 'DeFlock Chapters | Connect Locally'
}
},
{
path: '/about',
name: 'about',