mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复导出问题
This commit is contained in:
parent
609108707f
commit
817500de72
|
|
@ -59,9 +59,7 @@
|
|||
{{ paginationConfig.total }} 条提问
|
||||
</span>
|
||||
<el-dropdown class="ml-8">
|
||||
<el-tooltip effect="dark" content="导出聊天记录" placement="top">
|
||||
<AppIcon iconName="app-export" class="cursor"></AppIcon>
|
||||
</el-tooltip>
|
||||
<AppIcon iconName="app-export" class="cursor" title="导出聊天记录"></AppIcon>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<el-dropdown-item @click="exportMarkdown">导出 Markdown</el-dropdown-item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue