We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73380c4 commit 25fcdbaCopy full SHA for 25fcdba
src/router/index.js
@@ -6,10 +6,10 @@ const routes = [
6
path: '/',
7
component: () => import('@/views/Home.vue'),
8
},
9
- {
10
- path:'/resources',
11
- component: () => import('@/views/Resources.vue')
12
- },
+ // {
+ // path:'/resources',
+ // component: () => import('@/views/Resources.vue')
+ // },
13
{
14
path:'/service',
15
component: () => import('@/views/Service.vue')
0 commit comments