日历样式完成

This commit is contained in:
2020-10-13 16:44:32 +08:00
parent 651fb0f692
commit 51f0be0fec
4 changed files with 261 additions and 1 deletions

View File

@@ -96,6 +96,10 @@ const routes: Array<RouteRecordRaw> = [
{
path: "date",
component: () => import("../views/regime/date.vue")
},
{
path: "week",
component: () => import("../views/regime/week.vue")
}
]
},