From 39e36a127302c659d6c457fbb55f3b250c15aba6 Mon Sep 17 00:00:00 2001 From: "oe.sonnh" Date: Mon, 18 Jan 2021 14:07:49 +0700 Subject: [PATCH] Fix: demo page without bubble open delay --- src/App.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", )