From c10737c0c69c47d3b1b05257a4b210d7f8728cf4 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 9 Mar 2024 16:35:59 +0100 Subject: [PATCH] playground: update --- playground/app.vue | 2 +- playground/pages/badge.vue | 27 +++++++++++++++++++++++++ playground/pages/button.vue | 34 ++++++++++++++++---------------- playground/pages/collapsible.vue | 6 +++--- playground/pages/tooltip.vue | 2 +- 5 files changed, 49 insertions(+), 22 deletions(-) create mode 100644 playground/pages/badge.vue diff --git a/playground/app.vue b/playground/app.vue index ba93bcb1..fdf4c340 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -5,7 +5,7 @@ useHead({ } }) -const components = ['button', 'collapsible', 'tooltip'] +const components = ['badge', 'button', 'collapsible', 'tooltip']