diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 3d80c97..82e3fd5 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -4,6 +4,7 @@ diff --git a/src/plugins/router.ts b/src/plugins/router.ts index 825779b..eb26e25 100644 --- a/src/plugins/router.ts +++ b/src/plugins/router.ts @@ -3,11 +3,13 @@ import { createWebHistory, createRouter } from 'vue-router'; import PageNotFound from '../views/PageNotFound.vue'; import Debug from '../views/Debug.vue'; import Live from '../views/Live.vue'; +import Test from '../views/Test.vue'; const routes = [ { path: '/65-o-fun/:pathMatch(.*)*', component: PageNotFound }, { path: '/65-o-fun/debug', component: Debug }, { path: '/65-o-fun/live', component: Live }, + { path: '/65-o-fun/test', component: Test }, { path: '/65-o-fun/', redirect: '/65-o-fun/debug' } ]; diff --git a/src/views/Test.vue b/src/views/Test.vue new file mode 100644 index 0000000..ac9c47d --- /dev/null +++ b/src/views/Test.vue @@ -0,0 +1,52 @@ + + + + +