docs(icon): update

This commit is contained in:
Benjamin Canac
2024-07-11 17:14:59 +02:00
parent 810ea32bf8
commit b9319c0fbc
2 changed files with 4 additions and 4 deletions

View File

@@ -120,6 +120,7 @@ export default defineNuxtConfig({
const globals = components.filter(c => [
'UBadge',
'UButton',
'UIcon',
'UKbd',
'ULink'
].includes(c.pascalName))