mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
refactor: remove unused props definition in ChatMessageList component
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { defineProps, ref, nextTick } from 'vue';
|
||||
import { ref, nextTick } from 'vue';
|
||||
import { ElScrollbar } from 'element-plus';
|
||||
import { debounce } from 'lodash';
|
||||
|
||||
const props = defineProps<{
|
||||
defineProps<{
|
||||
messages: ChatMessage[];
|
||||
isLoading: boolean;
|
||||
error?: string;
|
||||
|
||||
Reference in New Issue
Block a user