comparison client/src/components/importoverview/StretchDetails.vue @ 3526:c71f1b15c5d9 import_review

default show details
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 29 May 2019 15:42:32 +0200
parents 4a31a4dbcf18
children c0f8f9ba21a7
comparison
equal deleted inserted replaced
3525:4a31a4dbcf18 3526:c71f1b15c5d9
72 import { mapState, mapGetters } from "vuex"; 72 import { mapState, mapGetters } from "vuex";
73 73
74 export default { 74 export default {
75 data() { 75 data() {
76 return { 76 return {
77 showDetails: false 77 showDetails: true
78 }; 78 };
79 }, 79 },
80 props: ["entry"], 80 props: ["entry"],
81 mounted() { 81 mounted() {
82 this.$store.commit("imports/hideAdditionalInfo"); 82 this.$store.commit("imports/hideAdditionalInfo");