comparison client/src/components/App.vue @ 4774:1fd771b08ced

import_overview: added 'changed' column
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 21 Oct 2019 12:35:46 +0200
parents e4e32c77ed83
children 5555b77b8c4e
comparison
equal deleted inserted replaced
4773:af83ff003ebf 4774:1fd771b08ced
89 this.$route.name 89 this.$route.name
90 ); 90 );
91 }, 91 },
92 searchContainer() { 92 searchContainer() {
93 return [ 93 return [
94 "ml-2", 94 "ml-1",
95 { 95 {
96 wide: this.showSearchbar 96 wide: this.showSearchbar
97 } 97 }
98 ]; 98 ];
99 } 99 }