docs(kbd): update

This commit is contained in:
Benjamin Canac
2024-07-10 18:44:08 +02:00
parent bfeba51b8a
commit 612a9e930d
2 changed files with 91 additions and 1 deletions

View File

@@ -119,7 +119,8 @@ export default defineNuxtConfig({
'components:extend': (components) => {
const globals = components.filter(c => [
'UBadge',
'UButton'
'UButton',
'UKbd'
].includes(c.pascalName))
globals.forEach(c => c.global = 'sync')