vue-wiguet-chatweb 0.0.16 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/components/Chat.vue
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
:class="message.esCliente ? 'message-left' : 'message-right'"
|
9
9
|
>
|
10
10
|
<div class="message-container">
|
11
|
-
<div class="
|
11
|
+
<div v-if="message.error && message.esCliente" class="btn-container-widget">
|
12
12
|
<button
|
13
13
|
text
|
14
14
|
rounded
|
@@ -199,7 +199,7 @@ watch(
|
|
199
199
|
}
|
200
200
|
}
|
201
201
|
|
202
|
-
.
|
202
|
+
.btn-container-widget {
|
203
203
|
display: flex;
|
204
204
|
align-items: center;
|
205
205
|
position: absolute;
|