mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
New route and schoolDisplay.vue
This commit is contained in:
@@ -2,6 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
import HomeView from '../views/HomeView.vue'
|
||||
import BaseArticle from '@/views/BaseArticle.vue'
|
||||
import SkillsView from '@/views/SkillsView.vue'
|
||||
import EducationView from '@/views/EducationView.vue'
|
||||
import ContactView from '@/views/ContactView.vue'
|
||||
|
||||
const router = createRouter({
|
||||
@@ -22,6 +23,11 @@ const router = createRouter({
|
||||
name: 'skills',
|
||||
component: SkillsView
|
||||
},
|
||||
{
|
||||
path: '/education',
|
||||
name: 'education',
|
||||
component: EducationView
|
||||
},
|
||||
{
|
||||
path: '/contact',
|
||||
name: 'contact',
|
||||
|
||||
Reference in New Issue
Block a user