generated from alphane/template
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { RouteRecordRaw } from "vue-router"
|
||||
|
||||
export const publicRoutes: Readonly<RouteRecordRaw[]> = [
|
||||
{
|
||||
path: "/public",
|
||||
component: () => import("@/layouts/PublicLayout.vue"),
|
||||
meta: { requiresAuth: false },
|
||||
children: [],
|
||||
},
|
||||
]
|
||||
|
||||
export default publicRoutes
|
||||
Reference in New Issue
Block a user