mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: journal daily stats styling
This commit is contained in:
@@ -119,19 +119,6 @@ export default defineComponent({
|
||||
};
|
||||
},
|
||||
|
||||
watch: {
|
||||
timetableHistory: {
|
||||
deep: true,
|
||||
handler() {
|
||||
console.log(this.$refs['list']);
|
||||
|
||||
// ?.scrollTo({ behavior: 'smooth', top: 0 });
|
||||
|
||||
// (this.$refs['list'] as HTMLUListElement).scrollTo({})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
toggleExtraInfo(id: number) {
|
||||
const existingIdx = this.extraInfoIndexes.indexOf(id);
|
||||
|
||||
Reference in New Issue
Block a user