boka-human-cliend-v3 0.0.36 → 0.0.37
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.
|
@@ -5233,7 +5233,9 @@
|
|
|
5233
5233
|
console.log(this.$props);
|
|
5234
5234
|
setTimeout(() => {
|
|
5235
5235
|
this.icon();
|
|
5236
|
-
this.
|
|
5236
|
+
if (!this.fullScreen) {
|
|
5237
|
+
this.chatMainInitDrag();
|
|
5238
|
+
}
|
|
5237
5239
|
});
|
|
5238
5240
|
window.humanFunction = {
|
|
5239
5241
|
showChatView: this.showChat
|
package/package.json
CHANGED
package/src/demo/App.vue
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div id="app">
|
|
3
|
-
<BokaHuman :token="'
|
|
3
|
+
<BokaHuman :token="'707a38d6c7d2e9ea8ce126f40884986'" :product="'web'" :cust-type="''" :sub-cust-type="''" source="bkWeb-Mobile" :full-screen="1"/>
|
|
4
4
|
<div style="height: 200vh; width: 100vw; background: #fff;"></div>
|
|
5
5
|
</div>
|
|
6
6
|
</template>
|