comparison client/src/application/Userbar.vue @ 1144:5f98d0c9d738

linted code
author Markus Kottlaender <markus@intevation.de>
date Mon, 12 Nov 2018 15:12:04 +0100
parents 2fda33d55d81
children
comparison
equal deleted inserted replaced
1143:846e336d8ee5 1144:5f98d0c9d738
57 * Software engineering by Intevation GmbH 57 * Software engineering by Intevation GmbH
58 * 58 *
59 * Author(s): 59 * Author(s):
60 * Thomas Junk <thomas.junk@intevation.de> 60 * Thomas Junk <thomas.junk@intevation.de>
61 */ 61 */
62 import { mapGetters, mapState } from "vuex"; 62 import { mapState } from "vuex";
63 export default { 63 export default {
64 name: "user", 64 name: "user",
65 data() { 65 data() {
66 return {}; 66 return {};
67 }, 67 },