fix: auth game
This commit is contained in:
@@ -54,6 +54,7 @@ const routes = [
|
|||||||
{
|
{
|
||||||
path: "/Lottery",
|
path: "/Lottery",
|
||||||
name: "Lottery",
|
name: "Lottery",
|
||||||
|
meta: { auth: true },
|
||||||
component: () => import("@/components/lottery/LotteryGame.vue"),
|
component: () => import("@/components/lottery/LotteryGame.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user