mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-22 00:58:37 +00:00
【代码优化】AI:聊天对话 index.vue 代码梳理 30%
This commit is contained in:
@@ -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