diff --git a/src/main.ts b/src/main.ts index 474b3e4..7dacf15 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,6 +7,7 @@ const routes = [ { path: '/', component: () => import('@/Index.vue') }, { path: '/reprocess', component: () => import('@/reprocess/Reprocess.vue') }, { path: '/market', component: () => import('@/market/Market.vue') }, + { path: '/tools', component: () => import('@/tools/Tools.vue') }, ]; const router = createRouter({ diff --git a/src/sidebar/Sidebar.vue b/src/sidebar/Sidebar.vue index f09a0c3..d25a6b9 100644 --- a/src/sidebar/Sidebar.vue +++ b/src/sidebar/Sidebar.vue @@ -16,6 +16,11 @@ import { RouterLink } from 'vue-router'; Market +