docs(link): update

This commit is contained in:
Benjamin Canac
2024-07-10 19:07:06 +02:00
parent 612a9e930d
commit c1ddedf67a
3 changed files with 71 additions and 14 deletions

View File

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