init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@@ -25,7 +25,7 @@ const router = createRouter({
|
||||
{
|
||||
path: '/admin',
|
||||
name: 'admin-dashboard',
|
||||
component: () => import('@/pages/admin/Dashboard.vue'),
|
||||
component: () => import('@/pages/admin/dashboard.vue'),
|
||||
meta: {requiresAdmin: true}
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user