diff --git a/frontend/index.html b/frontend/index.html index 43d25b2..b50159a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,6 @@ <%= productName %> - diff --git a/frontend/src/boot/error-handler.ts b/frontend/src/boot/error-handler.ts index 57253da..93be80b 100644 --- a/frontend/src/boot/error-handler.ts +++ b/frontend/src/boot/error-handler.ts @@ -4,6 +4,7 @@ import { Router } from 'vue-router'; import { App } from 'vue'; export default boot(({ app, router }: { app: App; router: Router }) => { + document.documentElement.lang="ja-JP"; app.config.errorHandler = (err: any, instance: any, info: string) => { if (err.response && err.response.status === 401) { // 認証エラーの場合再ログインする diff --git a/frontend/src/components/ConditionEditor/ConditionEditor.vue b/frontend/src/components/ConditionEditor/ConditionEditor.vue index ef47543..eef9401 100644 --- a/frontend/src/components/ConditionEditor/ConditionEditor.vue +++ b/frontend/src/components/ConditionEditor/ConditionEditor.vue @@ -1,5 +1,5 @@ diff --git a/frontend/src/components/ShowDialog.vue b/frontend/src/components/ShowDialog.vue index 650fdb3..bb20e89 100644 --- a/frontend/src/components/ShowDialog.vue +++ b/frontend/src/components/ShowDialog.vue @@ -1,7 +1,7 @@