♻️ Indent

This commit is contained in:
Freeze455
2021-10-06 18:11:56 +02:00
parent e7eef57cf0
commit 43c9cc40af

View File

@@ -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)
})