feat: simplify extension page component and make filtering reactive (#3589)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user