mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
docs: use camelCase in props
This commit is contained in:
@@ -69,7 +69,7 @@ const options = computed(() => {
|
||||
|
||||
return {
|
||||
name: key,
|
||||
label: kebabCase(key),
|
||||
label: key,
|
||||
type: prop?.type,
|
||||
items
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user