basic cheat view
This commit is contained in:
parent
2be1e9d520
commit
3f137a2757
5 changed files with 503 additions and 12 deletions
|
|
@ -29,6 +29,15 @@ const router = createRouter({
|
|||
, },
|
||||
component: () => import("../views/LoginView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/cheats",
|
||||
name: "cheats",
|
||||
meta: {
|
||||
title: "Cheats",
|
||||
layout: 'NavbarLayout'
|
||||
},
|
||||
component: () => import("../views/CheatsView.vue"),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue