comparison client/src/components/Sidebar.vue @ 1613:f2d24dceecc7

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents 2ee243f9a7ee
children 90211725e4a9
comparison
equal deleted inserted replaced
1612:b5061deb9ab9 1613:f2d24dceecc7
134 * Author(s): 134 * Author(s):
135 * Thomas Junk <thomas.junk@intevation.de> 135 * Thomas Junk <thomas.junk@intevation.de>
136 * Markus Kottländer <markus.kottlaender@intevation.de> 136 * Markus Kottländer <markus.kottlaender@intevation.de>
137 */ 137 */
138 import { mapGetters, mapState } from "vuex"; 138 import { mapGetters, mapState } from "vuex";
139 import app from "../main"; 139 import app from "@/main";
140 140
141 export default { 141 export default {
142 name: "sidebar", 142 name: "sidebar",
143 props: ["routeName"], 143 props: ["routeName"],
144 computed: { 144 computed: {