Skip to content

Commit

Permalink
ハイライトを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rnakagawa16 committed Dec 2, 2024
1 parent 64513b3 commit 3cf9605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export { i18n };

`i18n.ts` の設定をアプリケーションに反映させるため、 `main.ts` に以下のように実装します。

```ts title="main.ts" hl_lines="8 16"
```ts title="main.ts" hl_lines="6 14"
import { createApp } from "vue";
import { createPinia } from "pinia";
import { authenticationGuard } from "@/shared/authentication/authentication-guard";
Expand Down

0 comments on commit 3cf9605

Please sign in to comment.