chore: add eol

This commit is contained in:
Benjamin Canac
2024-03-13 16:58:07 +01:00
parent 34d6e18638
commit 9a42fa415f
46 changed files with 46 additions and 46 deletions

View File

@@ -3,4 +3,4 @@ export default defineAppConfig({
primary: 'sky',
gray: 'cool'
}
})
})

View File

@@ -22,4 +22,4 @@ const components = ['avatar', 'badge', 'button', 'chip', 'collapsible', 'kbd', '
</div>
</UContainer>
</UProvider>
</template>
</template>

View File

@@ -45,4 +45,4 @@
<UAvatar text="+1" size="3xl" />
</div>
</div>
</template>
</template>

View File

@@ -27,4 +27,4 @@
<UBadge label="Badge" size="lg" />
</div>
</div>
</template>
</template>

View File

@@ -88,4 +88,4 @@
</UButton>
</div>
</div>
</template>
</template>

View File

@@ -35,4 +35,4 @@ const items = [{
icon: 'i-heroicons-bell',
count: 0
}]
</script>
</script>

View File

@@ -10,4 +10,4 @@
<div class="bg-primary-500 dark:bg-primary-400 rounded-md h-12 w-full" />
</template>
</UCollapsible>
</template>
</template>

View File

@@ -1,3 +1,3 @@
<template>
<div />
</template>
</template>

View File

@@ -3,4 +3,4 @@
<UKbd value="⌘" />
<UKbd value="K" />
</div>
</template>
</template>

View File

@@ -33,4 +33,4 @@ function send () {
open.value = false
}, 1000)
}
</script>
</script>

View File

@@ -7,4 +7,4 @@
<USkeleton class="h-4 w-[200px]" />
</div>
</div>
</template>
</template>

View File

@@ -2,4 +2,4 @@
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
<UAvatar src="https://avatars.githubusercontent.com/u/739984?v=4" />
</UTooltip>
</template>
</template>