mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
chore: add eol
This commit is contained in:
@@ -3,4 +3,4 @@ export default defineAppConfig({
|
||||
primary: 'sky',
|
||||
gray: 'cool'
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
@@ -22,4 +22,4 @@ const components = ['avatar', 'badge', 'button', 'chip', 'collapsible', 'kbd', '
|
||||
</div>
|
||||
</UContainer>
|
||||
</UProvider>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
<UAvatar text="+1" size="3xl" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
<UBadge label="Badge" size="lg" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -88,4 +88,4 @@
|
||||
</UButton>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -35,4 +35,4 @@ const items = [{
|
||||
icon: 'i-heroicons-bell',
|
||||
count: 0
|
||||
}]
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
<div class="bg-primary-500 dark:bg-primary-400 rounded-md h-12 w-full" />
|
||||
</template>
|
||||
</UCollapsible>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<template>
|
||||
<div />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
<UKbd value="⌘" />
|
||||
<UKbd value="K" />
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -33,4 +33,4 @@ function send () {
|
||||
open.value = false
|
||||
}, 1000)
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
<USkeleton class="h-4 w-[200px]" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
|
||||
<UAvatar src="https://avatars.githubusercontent.com/u/739984?v=4" />
|
||||
</UTooltip>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user