【解决todo】AI 对话前后,增加加载中页面
This commit is contained in:
15
src/views/ai/chat/MessageLoading.vue
Normal file
15
src/views/ai/chat/MessageLoading.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- message 加载页面 -->
|
||||
<template>
|
||||
<div class="message-loading" >
|
||||
<el-skeleton animated />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.message-loading {
|
||||
padding: 30px 30px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user