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