live chat integration for tawk.to

This commit is contained in:
tim
2024-08-31 22:19:22 -04:00
parent 831a86beeb
commit bdad4c7257
3 changed files with 18 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
<template>
<router-view/>
<HubSpot/>
<tawk-to/>
</template>
<script setup>
import HubSpot from "@/components/HubSpot.vue";
import TawkTo from "@/components/TawkTo.vue";
</script>