mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-14 09:24:23 +01:00
♻️ Indent
This commit is contained in:
@@ -186,8 +186,8 @@ onMounted(() => {
|
||||
toc.value = Array.from(elements).map((element: HTMLElement) => ({
|
||||
label: element.innerText,
|
||||
id: element.innerText
|
||||
.toLowerCase()
|
||||
.replace(/ /g, '-')
|
||||
.toLowerCase()
|
||||
.replace(/ /g, '-')
|
||||
}))
|
||||
}, 200)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user