We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982a419 commit a42848dCopy full SHA for a42848d
ui/src/components/ai-chat/component/chat-input-operate/index.vue
@@ -1,6 +1,7 @@
1
<template>
2
<div class="ai-chat__operate p-16-24">
3
<slot name="operateBefore" />
4
+
5
<div class="operate-textarea">
6
<el-scrollbar max-height="136">
7
<div
ui/src/components/ai-chat/index.vue
@@ -43,7 +43,9 @@
43
v-model:chat-id="chartOpenId"
44
v-model:loading="loading"
45
v-if="type !== 'log'"
46
- ></ChatInputOperate>
+ >
47
+ <template #operateBefore> <slot name="operateBefore" /> </template>
48
+ </ChatInputOperate>
49
</div>
50
</template>
51
<script setup lang="ts">
0 commit comments