Skip to content

Commit e798948

Browse files
committed
feat: default open thinking block during chat
1 parent 8836545 commit e798948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/views/chat/answer/BaseAnswer.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ function clickShow() {
6262
}
6363
6464
onMounted(() => {
65-
// if (props.loading) {
66-
// show.value = true
67-
// }
65+
if (props.message.isTyping) {
66+
show.value = true
67+
}
6868
})
6969
</script>
7070

0 commit comments

Comments
 (0)