知识库历史文件
This commit is contained in:
@@ -167,20 +167,20 @@
|
||||
import { ref, computed, nextTick, onMounted } from 'vue'
|
||||
import { useRoute } from 'vue-router'
|
||||
import {
|
||||
ArrowDown,
|
||||
ChevronDown as ArrowDown,
|
||||
Paperclip,
|
||||
Star,
|
||||
Picture,
|
||||
MoreFilled,
|
||||
CameraFilled,
|
||||
Microphone,
|
||||
Promotion,
|
||||
Image as Picture,
|
||||
MoreHorizontal as MoreFilled,
|
||||
Camera as CameraFilled,
|
||||
Mic as Microphone,
|
||||
Send as Promotion,
|
||||
Plus,
|
||||
Fold,
|
||||
Expand,
|
||||
ChatDotRound,
|
||||
Delete
|
||||
} from '@element-plus/icons-vue'
|
||||
PanelLeftClose as Fold,
|
||||
PanelLeftOpen as Expand,
|
||||
MessageCircle as ChatDotRound,
|
||||
Trash2 as Delete
|
||||
} from 'lucide-vue-next'
|
||||
import ChatDefault from './components/ChatDefault/ChatDefault.vue'
|
||||
|
||||
const route = useRoute()
|
||||
|
||||
Reference in New Issue
Block a user