vue-wiguet-chatweb 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
## Descripcion
|
2
2
|
|
3
|
-
Paquete para el uso de CHAT CENTRAL mediante un widget chat
|
3
|
+
Paquete para el uso de CHAT CENTRAL mediante un widget chat,
|
4
4
|
|
5
5
|
## Instalacion
|
6
6
|
|
@@ -30,6 +30,8 @@ app.use(widgetChatCentral, {
|
|
30
30
|
|
31
31
|
app.mount('#app');
|
32
32
|
```
|
33
|
+
### phoneUser: Registrado en RRHH
|
34
|
+
### tokenAuth: Auth MS-Seguridad V2
|
33
35
|
|
34
36
|
## Instalacion y Uso del Widget
|
35
37
|
Configuracion de Paquete en el componente
|