File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2619export default async function resolveComponent ( name : string ) {
You can’t perform that action at this time.
0 commit comments