feat: simplify extension page component and make filtering reactive (#3589)

This commit is contained in:
dni ⚡
2025-11-27 12:58:08 +01:00
committed by GitHub
parent 704e5a1b73
commit 5711b4b804
6 changed files with 31 additions and 54 deletions
-8
View File
@@ -59,14 +59,6 @@ window.windowMixin = {
}
}
})
},
refreshRoute() {
const path = window.location.pathname
console.log(path)
this.$router.push('/temp').then(() => {
this.$router.replace({path})
})
}
},
created() {