fix error when clicking the stop button and optimize SSE logic

This commit is contained in:
Rafi
2023-02-14 15:49:44 +08:00
parent cdd8a86de0
commit 5201349363
5 changed files with 60 additions and 61 deletions

View File

@@ -8,6 +8,7 @@
:disabled="disabled"
:loading="loading"
:hint="hint"
:hide-details="loading"
append-inner-icon="send"
@keyup.enter.exact="enterOnly"
@click:appendInner="clickSendBtn"