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 @@