Skip to content

Commit

Permalink
Fix: demo page without bubble open delay
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Jan 18, 2021
1 parent 1344926 commit 39e36a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
:messages="messageData",
:bot-typing="botTyping",
:input-disable="inputDisable",
:is-open="true",
:open-delay="2000"
:is-open="false",
@init="botStart",
@msg-send="msgSend",
)
Expand Down

0 comments on commit 39e36a1

Please sign in to comment.