feat(ya_metrika): WIP yandex metrika
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user