- Removed world page for presentation
This commit is contained in:
@@ -24,10 +24,6 @@
|
|||||||
text: 'Sortilèges',
|
text: 'Sortilèges',
|
||||||
url: '/spells',
|
url: '/spells',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'Monde',
|
|
||||||
url: '/world',
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
<template>
|
|
||||||
<section class="world-page">
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'world',
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
.world-page{
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -5,7 +5,6 @@
|
|||||||
import Index from "./pages/index-page";
|
import Index from "./pages/index-page";
|
||||||
import Spells from "./pages/spells-page";
|
import Spells from "./pages/spells-page";
|
||||||
import SchoolSingle from "./pages/schools/single-school-page";
|
import SchoolSingle from "./pages/schools/single-school-page";
|
||||||
import World from "./pages/world-page";
|
|
||||||
|
|
||||||
// Routes
|
// Routes
|
||||||
const routes = [
|
const routes = [
|
||||||
@@ -20,9 +19,6 @@ const routes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/school/:id', component: SchoolSingle, props: true
|
path: '/school/:id', component: SchoolSingle, props: true
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/world', component: World,
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user