feat(ya_metrika): WIP yandex metrika

This commit is contained in:
2025-10-26 01:22:29 +03:00
parent 05e7cafd0f
commit d7666f94ba
13 changed files with 135 additions and 17 deletions

View File

@@ -38,6 +38,11 @@
<script setup>
import {useCheckoutStore} from "@/stores/CheckoutStore.js";
import {onMounted} from "vue";
const checkout = useCheckoutStore();
onMounted(async () => {
window.document.title = 'Заказ оформлен';
});
</script>