mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 00:03:07 +02:00
Update deck.vue
This commit is contained in:
parent
dff65810c6
commit
9d5701f35a
1 changed files with 9 additions and 10 deletions
|
@ -55,9 +55,9 @@ export default Vue.extend({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
watch: {/*
|
watch: {
|
||||||
temporaryColumn() {
|
$route() {
|
||||||
if (this.temporaryColumn != null) {
|
if (this.$route.name == 'index') return;
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.body.scrollTo({
|
this.$refs.body.scrollTo({
|
||||||
left: this.$refs.body.scrollWidth - this.$refs.body.clientWidth,
|
left: this.$refs.body.scrollWidth - this.$refs.body.clientWidth,
|
||||||
|
@ -65,7 +65,6 @@ export default Vue.extend({
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}*/
|
|
||||||
},
|
},
|
||||||
|
|
||||||
provide() {
|
provide() {
|
||||||
|
|
Loading…
Reference in a new issue