mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
11 lines
289 B
Vue
11 lines
289 B
Vue
<template>
|
|
<UCommandPalette>
|
|
<template #empty-state>
|
|
<div class="flex flex-col items-center justify-center py-6 gap-3">
|
|
<span class="italic text-sm">Nothing here!</span>
|
|
<UButton label="Add item" />
|
|
</div>
|
|
</template>
|
|
</UCommandPalette>
|
|
</template>
|