docs: support ssg

This commit is contained in:
Sébastien Chopin
2023-05-20 18:31:56 +02:00
parent 2030f24a47
commit 5c4ab26d25
6 changed files with 89 additions and 55 deletions

View File

@@ -28,7 +28,8 @@ ${Object.entries(gray || colors.cool).map(([key, value]) => `--color-gray-${key}
const headData: any = {
style: [{
innerHTML: () => root.value,
tagPriority: -2
tagPriority: -2,
id: 'nuxt-ui-colors'
}]
}