Refactor tab change handling to use router.replace for URL updates in GameDetails component

This commit is contained in:
zurdi
2025-11-19 17:03:48 +00:00
parent e23f2ca04c
commit c12e493adc

View File

@@ -130,7 +130,7 @@ onBeforeMount(async () => {
// Watch for tab changes and update URL
watch(tab, (newTab) => {
router.push({
router.replace({
path: route.path,
query: {
...route.query,