docs(button-group): update

This commit is contained in:
Benjamin Canac
2024-07-18 14:12:17 +02:00
parent ff678d6004
commit 82ea62bb23
8 changed files with 137 additions and 1 deletions

View File

@@ -122,9 +122,12 @@ export default defineNuxtConfig({
'UAvatarGroup',
'UBadge',
'UButton',
'UButtonGroup',
'UIcon',
'UInput',
'UKbd',
'ULink'
'ULink',
'UProgress'
].includes(c.pascalName))
globals.forEach(c => c.global = 'sync')