diff --git a/bun.lockb b/bun.lockb index 40534ebe..8902d497 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/content/AccordionItem.vue b/components/content/AccordionItem.vue index 49430985..0dc85570 100644 --- a/components/content/AccordionItem.vue +++ b/components/content/AccordionItem.vue @@ -20,5 +20,7 @@ defineProps<{ content?: string; }>(); +defineSlots(); + const autoValue = useId(); diff --git a/components/content/Card.vue b/components/content/Card.vue index 587746be..33624a7e 100644 --- a/components/content/Card.vue +++ b/components/content/Card.vue @@ -64,5 +64,8 @@ const { showLinkIcon?: boolean; horizontal?: boolean; }>(); + +defineSlots(); + const [UseTemplate, CardInner] = createReusableTemplate(); diff --git a/components/content/CodeGroup.vue b/components/content/CodeGroup.vue index 56547663..c935a94f 100644 --- a/components/content/CodeGroup.vue +++ b/components/content/CodeGroup.vue @@ -3,6 +3,7 @@ diff --git a/components/content/FileTree.vue b/components/content/FileTree.vue new file mode 100644 index 00000000..34e65e85 --- /dev/null +++ b/components/content/FileTree.vue @@ -0,0 +1,90 @@ + + + diff --git a/components/content/FileTreeItem.vue b/components/content/FileTreeItem.vue new file mode 100644 index 00000000..8b69a92f --- /dev/null +++ b/components/content/FileTreeItem.vue @@ -0,0 +1,58 @@ + + + diff --git a/components/content/FileTreeRoot.vue b/components/content/FileTreeRoot.vue new file mode 100644 index 00000000..79696c51 --- /dev/null +++ b/components/content/FileTreeRoot.vue @@ -0,0 +1,24 @@ + + + diff --git a/components/content/Hero.vue b/components/content/Hero.vue index 969c369f..b80857ef 100644 --- a/components/content/Hero.vue +++ b/components/content/Hero.vue @@ -58,4 +58,5 @@ defineProps<{ target?: Target; }]; }>(); +defineSlots(); diff --git a/components/content/HeroAlt.vue b/components/content/HeroAlt.vue index 80be229c..b697146f 100644 --- a/components/content/HeroAlt.vue +++ b/components/content/HeroAlt.vue @@ -67,4 +67,5 @@ defineProps<{ }]; mobileRight?: 'top' | 'bottom'; }>(); +defineSlots(); diff --git a/components/content/Stack.vue b/components/content/Stack.vue index e55e8e72..78ca09bd 100644 --- a/components/content/Stack.vue +++ b/components/content/Stack.vue @@ -8,3 +8,7 @@ + + diff --git a/components/content/Tabs.vue b/components/content/Tabs.vue index fb305fa5..a5ca58de 100644 --- a/components/content/Tabs.vue +++ b/components/content/Tabs.vue @@ -3,6 +3,7 @@