mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: embed page create button miss
This commit is contained in:
parent
982a4194d9
commit
a42848d183
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div class="ai-chat__operate p-16-24">
|
||||
<slot name="operateBefore" />
|
||||
|
||||
<div class="operate-textarea">
|
||||
<el-scrollbar max-height="136">
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@
|
|||
v-model:chat-id="chartOpenId"
|
||||
v-model:loading="loading"
|
||||
v-if="type !== 'log'"
|
||||
></ChatInputOperate>
|
||||
>
|
||||
<template #operateBefore> <slot name="operateBefore" /> </template>
|
||||
</ChatInputOperate>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
|
|
|||
Loading…
Reference in New Issue