perf: 渲染逻辑处理
This commit is contained in:
@ -27,6 +27,7 @@ export default {
|
||||
const rightViewRef = ref(null);
|
||||
const bubbleListRef = ref<any>(null);
|
||||
const sseController = ref<any>(null);
|
||||
const searchValue = ref('');
|
||||
|
||||
const conversationId = computed(() => {
|
||||
return route.params.conversationId;
|
||||
|
||||
Reference in New Issue
Block a user