mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki optymalizacyjne (1.3.3)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="stations_view" ref="view">
|
||||
<div class="stations_view">
|
||||
<div class="stations_wrapper">
|
||||
<div class="stations_body">
|
||||
<div class="body_bar">
|
||||
@@ -35,7 +35,6 @@
|
||||
:sorterActive="sorterActive"
|
||||
:setFocusedStation="setFocusedStation"
|
||||
:changeSorter="changeSorter"
|
||||
ref="table"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -140,8 +139,6 @@ export default class StationsView extends Vue {
|
||||
this.focusedStationName = "";
|
||||
}
|
||||
});
|
||||
|
||||
console.log((this.$refs.table as Vue).$el.clientWidth);
|
||||
}
|
||||
|
||||
toggleCardsState(name: string): void {
|
||||
|
||||
Reference in New Issue
Block a user