mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
docs(kbd): update
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user