feat: 预览组件
This commit is contained in:
@@ -81,8 +81,8 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<LongTextGuideCardPreview
|
<LongTextGuideCardPreview
|
||||||
v-if="isLongTextCardPreView(item.componentName)"
|
v-if="item.toolCall && isLongTextCardPreView(item.toolCall.componentName)"
|
||||||
:componentName="item.componentName"
|
:componentName="item.toolCall.componentName"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<QuickBookingComponent
|
<QuickBookingComponent
|
||||||
|
|||||||
Reference in New Issue
Block a user