History spam fix (#461)

This commit is contained in:
stairman06
2022-05-17 20:29:38 -05:00
committed by GitHub
parent dd52727055
commit c49ce91fac

View File

@@ -597,7 +597,7 @@ export default {
}
}
await this.$router.push({ path: url })
await this.$router.replace({ path: url })
}
} catch (err) {
// eslint-disable-next-line no-console