asd123a20 3 years ago
parent
commit
07e6672a2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -7,7 +7,7 @@ const routes = [
   {
     path: '/www/',
     name: 'home',
-    component: () => import('../views/Home.vue')
+    component: () => import('../views/home.vue')
   },
   {
     path: '/www/page/:id',