New: backendのtsconfig.jsonにesModuleInteropを追加 / Fix: 一部エンティティの時刻記録をdateからdatetimeに修正 / Fix: setup/initializationエンドポイントでのwebpushのimport方法の問題 / Chg: font-sizeを16pxから14pxに変更 / Chg: html, bodyのwidthとheightをvw/vhからdvw/dvhに変更 / Feat: レイアウトを作成 / New(frontend): /setupを作成
This commit is contained in:
@@ -14,6 +14,10 @@ const router = createRouter({
|
||||
path: "/",
|
||||
component: () => import("@/routes/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/setup",
|
||||
component: () => import("@/routes/setup.vue"),
|
||||
}
|
||||
],
|
||||
});
|
||||
router.beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user