Skip to content

Commit 39e36a1

Browse files
committed
Fix: demo page without bubble open delay
1 parent 1344926 commit 39e36a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
:messages="messageData",
1010
:bot-typing="botTyping",
1111
:input-disable="inputDisable",
12-
:is-open="true",
13-
:open-delay="2000"
12+
:is-open="false",
1413
@init="botStart",
1514
@msg-send="msgSend",
1615
)

0 commit comments

Comments
 (0)