Replaced container key with route watchers to reduce flashing.

This commit is contained in:
2020-05-09 01:42:10 +02:00
parent de5b729c0b
commit f31aef6f5d
9 changed files with 55 additions and 13 deletions

View File

@@ -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() {