Getting rid of select-year test route
This commit is contained in:
parent
07880f7abe
commit
a5ecea24ca
1 changed files with 0 additions and 6 deletions
|
|
@ -4,7 +4,6 @@ import { lazyLoadComponent } from "@/router/dynamic-routing/component-loader.js"
|
|||
import ComponentTest from "@/layouts/componentTest/componentTest.vue";
|
||||
import NotFound from "@/layouts/notFound/notFound.vue";
|
||||
import store from "@/store";
|
||||
import selectYear from '@/layouts/selectYear/selectYear.vue';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -17,11 +16,6 @@ const routes = [
|
|||
name: "ComponentTest",
|
||||
component: ComponentTest,
|
||||
},
|
||||
{
|
||||
path: '/select-year',
|
||||
component: selectYear,
|
||||
name: "selectYear"
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
beforeEnter(to, from, next) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue