Fix history for contentBlockLocator
This commit is contained in:
parent
67c8511d50
commit
4a6b62d26b
|
|
@ -43,6 +43,6 @@ onResult(({ data }) => {
|
||||||
router.push({ name: 'not-found' });
|
router.push({ name: 'not-found' });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
router.push(`/${path}`);
|
router.replace(`/${path}`);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue