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

linted code
author Markus Kottlaender <markus@intevation.de>
date Mon, 12 Nov 2018 15:12:04 +0100
parents 2fda33d55d81
children 74e180ad3d6b
comparison
equal deleted inserted replaced
1143:846e336d8ee5 1144:5f98d0c9d738
38 * Thomas Junk <thomas.junk@intevation.de> 38 * Thomas Junk <thomas.junk@intevation.de>
39 */ 39 */
40 40
41 import Maplayer from "../map/Maplayer"; 41 import Maplayer from "../map/Maplayer";
42 import FairwayProfile from "../fairway/Fairwayprofile"; 42 import FairwayProfile from "../fairway/Fairwayprofile";
43 import { mapGetters, mapState } from "vuex"; 43 import { mapState } from "vuex";
44 import debounce from "debounce"; 44 import debounce from "debounce";
45 45
46 export default { 46 export default {
47 name: "mainview", 47 name: "mainview",
48 components: { 48 components: {