Skip to content

Commit

Permalink
Update components/PanelDocs.vue
Browse files Browse the repository at this point in the history
Co-authored-by: ubugeeei <71201308+ubugeeei@users.noreply.github.com>
  • Loading branch information
tokuda109 and ubugeeei authored Oct 10, 2024
1 parent e9fcc0a commit a68b096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/PanelDocs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const sourceUrl = computed(() =>
: undefined,
)
const threadIdMappings: { [key: string]: number } = {
// NOTE: remove when hands-on finished (will be held on 2024-10-19)
const THREAD_ID_MAP = {
'0.index.md': 85,
'1.vue/1.index.md': 68,
'1.vue/2.reactivity/index.md': 71,
Expand Down

0 comments on commit a68b096

Please sign in to comment.