vue-wiguet-chatweb 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/vue-wiguet-chatweb.js +514 -512
- package/dist/vue-wiguet-chatweb.umd.cjs +5 -5
- package/package.json +1 -1
- package/src/components/Widget.vue +1 -0
package/package.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
id="chat-circle"
|
8
8
|
class="widget-container"
|
9
9
|
v-if="props.tokenAuth.length > 10"
|
10
|
+
v-show="!isChatBoxVisible"
|
10
11
|
>
|
11
12
|
<div class="container-buttons-chat" :class="{'active': toggleButtonsChats}">
|
12
13
|
<a href="javascript:;" class="button whatsapp" @click="go(MeansCommunication.WHATSAPP)">
|