city council page

This commit is contained in:
frillweeman
2025-09-21 15:42:37 -06:00
parent f3f3c6745a
commit aadbe7113e
4 changed files with 654 additions and 0 deletions
+8
View File
@@ -89,6 +89,14 @@ const router = createRouter({
title: 'Operators | DeFlock'
}
},
{
path: '/council',
name: 'council',
component: () => import('../views/CouncilView.vue'),
meta: {
title: 'Council | DeFlock'
}
},
{
path: '/contact',
name: 'contact',