mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
11 lines
187 B
Vue
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>
|