Replaced container key with route watchers to reduce flashing.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
import ReleaseTile from '../tile/release.vue';
|
||||
|
||||
function range() {
|
||||
return this.$store.state.ui.range;
|
||||
return this.$route.params.range;
|
||||
}
|
||||
|
||||
function sfw() {
|
||||
|
||||
Reference in New Issue
Block a user