Crisp chat
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<router-view/>
|
||||
<tawk-to/>
|
||||
<support-chat/>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import TawkTo from "@/components/TawkTo.vue";
|
||||
import SupportChat from "@/components/SupportChat.vue";
|
||||
</script>
|
||||
|
||||
5
src/components/SupportChat.vue
Normal file
5
src/components/SupportChat.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<!-- Crisp -->
|
||||
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="b153f30a-4b0b-49cc-8a38-989409a73acb";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
|
||||
@@ -1,16 +0,0 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<!--Start of Tawk.to Script-->
|
||||
<script type="text/javascript">
|
||||
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
|
||||
(function(){
|
||||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
|
||||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/66d25a7fea492f34bc0bf6c9/1i6ir30oe';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script>
|
||||
<!--End of Tawk.to Script-->
|
||||
Reference in New Issue
Block a user