From 0b5fcb71da3e26771d5431d8b93ef622b36411fc Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Tue, 10 Oct 2023 12:44:41 -0400 Subject: [PATCH] removed unused code --- 17th Website/src/components/navigation/navitem.vue | 6 ------ 17th Website/src/router.js | 1 - 2 files changed, 7 deletions(-) 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(),