We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de658d8 commit 1dc25f8Copy full SHA for 1dc25f8
src/layout/components/TagsView/index.vue
@@ -155,7 +155,7 @@ export default {
155
toLastView(visitedViews, view) {
156
const latestView = visitedViews.slice(-1)[0]
157
if (latestView) {
158
- this.$router.push(latestView)
+ this.$router.push(latestView.fullPath)
159
} else {
160
// now the default is to redirect to the home page if there is no tags-view,
161
// you can adjust it according to your needs.
0 commit comments