mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Update deck.vue
This commit is contained in:
parent
b83238fa12
commit
a4d5a27e69
@ -55,17 +55,16 @@ export default Vue.extend({
|
||||
}
|
||||
},
|
||||
|
||||
watch: {/*
|
||||
temporaryColumn() {
|
||||
if (this.temporaryColumn != null) {
|
||||
this.$nextTick(() => {
|
||||
this.$refs.body.scrollTo({
|
||||
left: this.$refs.body.scrollWidth - this.$refs.body.clientWidth,
|
||||
behavior: 'smooth'
|
||||
});
|
||||
watch: {
|
||||
$route() {
|
||||
if (this.$route.name == 'index') return;
|
||||
this.$nextTick(() => {
|
||||
this.$refs.body.scrollTo({
|
||||
left: this.$refs.body.scrollWidth - this.$refs.body.clientWidth,
|
||||
behavior: 'smooth'
|
||||
});
|
||||
}
|
||||
}*/
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
provide() {
|
||||
|
Loading…
Reference in New Issue
Block a user