diff --git a/src/App.vue b/src/App.vue index f542cb7..b4b4463 100755 --- a/src/App.vue +++ b/src/App.vue @@ -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", )