chore(docs): set examples class name once

This commit is contained in:
braks
2022-11-13 19:13:43 +01:00
committed by Braks
parent 101fa6b223
commit 4da458b0cf
+1 -1
View File
@@ -79,7 +79,7 @@ onMounted(async () => {
})
if (isClient) {
document.body.className += 'examples'
document.body.className = 'examples'
}
})