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

Commit a68b096

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/PanelDocs.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ const sourceUrl = computed(() =>
6363
: undefined,
6464
)
6565
66-
const threadIdMappings: { [key: string]: number } = {
66+
// NOTE: remove when hands-on finished (will be held on 2024-10-19)
67+
const THREAD_ID_MAP = {
6768
'0.index.md': 85,
6869
'1.vue/1.index.md': 68,
6970
'1.vue/2.reactivity/index.md': 71,

0 commit comments

Comments
 (0)