From aaedabda3b0eec49336d3b6d7cceb426823b759e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 11 Mar 2024 15:08:48 +0100 Subject: [PATCH] playground: update --- playground/app.vue | 10 ++++++---- playground/pages/button.vue | 6 +++--- playground/pages/collapsible.vue | 13 ++++++++++--- playground/pages/tooltip.vue | 4 ++-- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/playground/app.vue b/playground/app.vue index fdf4c340..e59868ad 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -5,19 +5,21 @@ useHead({ } }) -const components = ['badge', 'button', 'collapsible', 'tooltip'] +const components = ['avatar', 'badge', 'button', 'collapsible', 'tooltip'] \ No newline at end of file diff --git a/playground/pages/button.vue b/playground/pages/button.vue index c92b0854..1b90df68 100644 --- a/playground/pages/button.vue +++ b/playground/pages/button.vue @@ -45,7 +45,7 @@ -
+
@@ -53,7 +53,7 @@
-
+
@@ -61,7 +61,7 @@
-
+
diff --git a/playground/pages/collapsible.vue b/playground/pages/collapsible.vue index 5e47372a..57e85e91 100644 --- a/playground/pages/collapsible.vue +++ b/playground/pages/collapsible.vue @@ -1,10 +1,17 @@