docs: use camelCase in props

This commit is contained in:
Benjamin Canac
2024-07-18 17:46:54 +02:00
parent 01ac65f07d
commit 067e2d346e
4 changed files with 10 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ const options = computed(() => {
return {
name: key,
label: kebabCase(key),
label: key,
type: prop?.type,
items
}