diff --git a/index.html b/index.html
index fcbd449..5bf309c 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
diff --git a/src/App.vue b/src/App.vue
index 8ef2c54..3eb1071 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -21,7 +21,7 @@ const {
|
@@ -53,9 +55,12 @@ import { inject, useSlots } from 'vue'
interface Props {
title: string
headers: string[]
+ tableClass?: string
}
-defineProps
-
-
@@ -20,10 +20,10 @@
class="shrink-0 rounded-full p-2.5 transition-transform duration-300 group-hover:scale-105 sm:p-3"
:class="iconBgClass"
>
- + {{ title }} -
+ |
|---|