diff --git a/17th Website/src/components/navigation/navitem.vue b/17th Website/src/components/navigation/navitem.vue index a2bdd75..595b45a 100644 --- a/17th Website/src/components/navigation/navitem.vue +++ b/17th Website/src/components/navigation/navitem.vue @@ -21,12 +21,6 @@ export default { link: String, active: Boolean }, - methods: { - setActive() { - // Your code here - alert(`Hello ${event.target}!`) - } - }, components: { Icon, RouterLink diff --git a/17th Website/src/router.js b/17th Website/src/router.js index 66d637a..161703e 100644 --- a/17th Website/src/router.js +++ b/17th Website/src/router.js @@ -1,5 +1,4 @@ import { createRouter, createWebHistory } from 'vue-router' -import home from './views/home.vue' export default createRouter({ history: createWebHistory(),