comparison client/src/components/usermanagement/Usermanagement.vue @ 2985:1b8bb4f89227

client: removed .js and .vue extention from imports
author Markus Kottlaender <markus@intevation.de>
date Tue, 09 Apr 2019 18:38:15 +0200
parents 6c5364ff0abb
children 2e47b32a389d
comparison
equal deleted inserted replaced
2984:61f69e8919d3 2985:1b8bb4f89227
128 * Author(s): 128 * Author(s):
129 * Thomas Junk <thomas.junk@intevation.de> 129 * Thomas Junk <thomas.junk@intevation.de>
130 */ 130 */
131 import store from "@/store"; 131 import store from "@/store";
132 import { mapGetters, mapState } from "vuex"; 132 import { mapGetters, mapState } from "vuex";
133 import { displayError, displayInfo } from "@/lib/errors.js"; 133 import { displayError, displayInfo } from "@/lib/errors";
134 import { HTTP } from "@/lib/http"; 134 import { HTTP } from "@/lib/http";
135 import { sortTable } from "@/lib/mixins"; 135 import { sortTable } from "@/lib/mixins";
136 136
137 export default { 137 export default {
138 name: "userview", 138 name: "userview",