From effdc7abef896f21417c17b7ea1b198346d4d04b Mon Sep 17 00:00:00 2001 From: Eno <58239788+Enokisan@users.noreply.github.com> Date: Sun, 26 Oct 2025 15:56:55 +0900 Subject: [PATCH] Refactor id computation in [id].vue --- .../03.routing/.template/solutions/pages/posts/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/02.concepts/03.routing/.template/solutions/pages/posts/[id].vue b/content/ja/02.concepts/03.routing/.template/solutions/pages/posts/[id].vue index 773305f3..20b74dd6 100644 --- a/content/ja/02.concepts/03.routing/.template/solutions/pages/posts/[id].vue +++ b/content/ja/02.concepts/03.routing/.template/solutions/pages/posts/[id].vue @@ -1,6 +1,6 @@