comparison client/src/components/Sidebar.vue @ 170:9f1b84b712a8

fix: updated API spec
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 10 Jul 2018 12:03:33 +0200
parents b7ac2e4f9c5c
children 807efc83e507
comparison
equal deleted inserted replaced
169:9fcfccb18b16 170:9f1b84b712a8
41 "visibility-collapsed": this.collapsed 41 "visibility-collapsed": this.collapsed
42 }; 42 };
43 }, 43 },
44 userinfoStyle() { 44 userinfoStyle() {
45 return { 45 return {
46 user:true, 46 user: true,
47 "d-inline-flex": true, 47 "d-inline-flex": true,
48 "visibility-extended": !this.collapsed, 48 "visibility-extended": !this.collapsed,
49 "visibility-collapsed": this.collapsed 49 "visibility-collapsed": this.collapsed
50 }; 50 };
51 }, 51 },