mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Added pictures for schools
This commit is contained in:
@@ -2,7 +2,6 @@ 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({
|
||||
@@ -26,7 +25,7 @@ const router = createRouter({
|
||||
{
|
||||
path: '/education',
|
||||
name: 'education',
|
||||
component: EducationView
|
||||
component: () => import('../views/EducationView.vue')
|
||||
},
|
||||
{
|
||||
path: '/contact',
|
||||
|
||||
Reference in New Issue
Block a user