Crisp chat

This commit is contained in:
tim
2024-10-05 01:46:46 -04:00
parent 218912d29e
commit 9e421dad3c
3 changed files with 7 additions and 18 deletions

View File

@@ -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>