Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 6560dc5

Browse files
tokuda109ubugeeei
andauthored
Update components/PanelDocs.vue
Co-authored-by: ubugeeei <[email protected]>
1 parent 6b4c6bd commit 6560dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PanelDocs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const THREAD_ID_MAP = {
8181
'2.concepts/7.rendering-modes/index.md': 82,
8282
'2.concepts/8.state-manegement/index.md': 83,
8383
'2.concepts/9.data-fetching/index.md': 84,
84-
}
84+
} as const satisfies Record<string, number>
8585
8686
const threadUrl = computed(() =>
8787
page.value?._file && threadIdMappings[page.value._file]

0 commit comments

Comments
 (0)