Files
ui/playground/pages/index.vue
2024-05-07 22:58:56 +02:00

11 lines
187 B
Vue

<template>
<div class="text-center">
<h1 class="font-semibold mb-1">
Playground
</h1>
<p>
<UKbd value="meta" /> <UKbd value="K" />
</p>
</div>
</template>