Merge pull request 'xbx' (#35) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/35
This commit was merged in pull request #35.
This commit is contained in:
2020-10-13 09:15:43 +08:00
6 changed files with 279 additions and 1 deletions

View File

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