diff --git a/playground/pages/kbd.vue b/playground/pages/kbd.vue index 52f917b6..31d6f7a8 100644 --- a/playground/pages/kbd.vue +++ b/playground/pages/kbd.vue @@ -1,6 +1,28 @@ + + diff --git a/src/runtime/components/Kbd.vue b/src/runtime/components/Kbd.vue index 6da5d5f0..b3221ba7 100644 --- a/src/runtime/components/Kbd.vue +++ b/src/runtime/components/Kbd.vue @@ -13,6 +13,7 @@ type KbdVariants = VariantProps export interface KbdProps extends Omit { value?: string + color?: KbdVariants['color'] size?: KbdVariants['size'] class?: any } @@ -30,7 +31,7 @@ defineSlots()