Skip to content

Commit 523387c

Browse files
committed
docs: fix build
1 parent 340d168 commit 523387c

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

docs/app/pages/stream.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Everything you need for modern content parsing
8484
:::u-page-feature
8585
---
8686
icon: i-lucide-puzzle
87-
to: /rendering/vue-renderer
87+
to: /rendering/vue
8888
---
8989
#title
9090
[Vue component]{.text-primary} integration

docs/app/utils/components-manifest.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ const components = {
1414
// Streaming components
1515
MDCStream: () => import('@/components/MDCStream.vue'),
1616
MarkdownItStream: () => import('@/components/MarkdownItStream.vue'),
17-
18-
// Placeholder components for demo purposes
19-
Alert: () => import('@/components/demo/Alert.vue'),
20-
Card: () => import('@/components/demo/Card.vue'),
21-
AppLogo: () => import('@/components/demo/AppLogo.vue'),
22-
MultiSlotTest: () => import('@/components/demo/MultiSlotTest.vue'),
23-
RequiredPropTest: () => import('@/components/demo/RequiredPropTest.vue'),
2417
}
2518

2619
export default async function resolveComponent(name: string) {

0 commit comments

Comments
 (0)