diff client/src/components/importoverview/LogDetail.vue @ 2593:956b230c6062

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 10:42:27 +0100
parents 5472a5be09c2
children ecec6d5aae00
line wrap: on
line diff
--- a/client/src/components/importoverview/LogDetail.vue	Tue Mar 12 09:44:32 2019 +0100
+++ b/client/src/components/importoverview/LogDetail.vue	Tue Mar 12 10:42:27 2019 +0100
@@ -19,7 +19,8 @@
  * Thomas Junk <thomas.junk@intevation.de>
  */
 export default {
-  name: "logdetail"
+  name: "logdetail",
+  props: ["entry"]
 };
 </script>