Browse Source

Merge branch 'master' of http://git.cc-lotus.info/cms/sky-web

asd123a20 3 năm trước cách đây
mục cha
commit
c87eeeb173
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',