added minecraft curve
This commit is contained in:
@@ -103,11 +103,24 @@ export const routes = [
|
||||
},
|
||||
{
|
||||
path: "/minecraft",
|
||||
name: "minecraft",
|
||||
meta: {
|
||||
title: "Minecraft",
|
||||
},
|
||||
component: () => import("@/views/Minecraft.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
name: "minecraft",
|
||||
meta: {
|
||||
title: "Minecraft",
|
||||
},
|
||||
component: () => import("@/views/Minecraft.vue"),
|
||||
},
|
||||
{
|
||||
path: "curve",
|
||||
name: "minecraft-curve",
|
||||
meta: {
|
||||
title: "Minecraft Curve",
|
||||
},
|
||||
component: () => import("@/views/MinecraftCurve.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
|
||||
1095
resources/js/views/MinecraftCurve.vue
Normal file
1095
resources/js/views/MinecraftCurve.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user