Slight changes seat rows on locations

This commit is contained in:
2024-10-22 12:19:15 +02:00
parent 40161a136a
commit 3e53a606a6
7 changed files with 177 additions and 169 deletions

View File

@@ -3,7 +3,7 @@ import { ref, watch } from 'vue';
import { useRouter } from 'vue-router';
const router = useRouter()
const path = ref(router.currentRoute.value.fullPath)
const path = ref("https://www.eventmaster.com" + router.currentRoute.value.fullPath)
function navigate() {
router.replace({ path: path.value.substring(path.value.indexOf('.com') + 4) })