diff client/src/components/layers/Layerselect.vue @ 2920:c1f2b9148cc8

client: removed more unnecessary closing tags and opzimized imports
author Markus Kottlaender <markus@intevation.de>
date Wed, 03 Apr 2019 16:23:25 +0200
parents a7e31594959d
children 173ce013a021
line wrap: on
line diff
--- a/client/src/components/layers/Layerselect.vue	Wed Apr 03 16:10:11 2019 +0200
+++ b/client/src/components/layers/Layerselect.vue	Wed Apr 03 16:23:25 2019 +0200
@@ -51,6 +51,7 @@
 import { HTTP } from "@/lib/http";
 import { mapState } from "vuex";
 import { LAYERS } from "@/store/map.js";
+
 export default {
   props: ["layername", "layerindex", "isVisible"],
   name: "layerselect",