diff --git a/playground/pages/button.vue b/playground/pages/button.vue index 1a8bd25a..4c411796 100644 --- a/playground/pages/button.vue +++ b/playground/pages/button.vue @@ -2,6 +2,7 @@ import theme from '#build/ui/button' const sizes = Object.keys(theme.variants.size) +const variants = Object.keys(theme.variants.variant)