kimi
2020-01-23 11317bf89e4d4194f84229c3d89a786b323c6be4
src/router/index.ts
@@ -7,6 +7,7 @@
import Overview from "../views/Overview.vue";
import list from "../views/list.vue";
import calendarTask from "../views/calendarTask.vue";
import square from "../components/square.vue";
Vue.use(VueRouter);
@@ -59,10 +60,10 @@
            }
         },
         {
           path: "project2",
           name: "project2",
           path: "square",
           name: "square",
           components:{
              home: Project
              home: square
           }
         },
         {