清空对话历史功能

This commit is contained in:
aixianling
2023-05-18 15:45:19 +08:00
parent 3ba394123e
commit 9289996de8

View File

@@ -4,7 +4,7 @@
<ai-model :model="config.model"/>
<el-row justify="end" class="fill mar-l8 gap-8">
<!--聊天操作栏-->
<div class="optIcon clear"/>
<div class="optIcon clear" @click="chatHistory=[]"/>
<div class="optIcon setting" :class="{active:$attrs.showSettings}" @click="$emit('setting')"/>
</el-row>
</el-row>