【优化】删除没有的import
parent
22081cbd48
commit
58d3d1ed9a
|
@ -81,7 +81,6 @@
|
|||
<script setup lang="ts">
|
||||
import {ChatConversationApi, ChatConversationVO} from '@/api/ai/chat/conversation'
|
||||
import {ref} from "vue";
|
||||
import ChatConversationUpdateForm from "@/views/ai/chat/components/ChatConversationUpdateForm.vue";
|
||||
import Role from "@/views/ai/chat/role/index.vue";
|
||||
|
||||
const message = useMessage() // 消息弹窗
|
||||
|
|
Loading…
Reference in New Issue