comparison 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
comparison
equal deleted inserted replaced
2592:5472a5be09c2 2593:956b230c6062
17 * 17 *
18 * Author(s): 18 * Author(s):
19 * Thomas Junk <thomas.junk@intevation.de> 19 * Thomas Junk <thomas.junk@intevation.de>
20 */ 20 */
21 export default { 21 export default {
22 name: "logdetail" 22 name: "logdetail",
23 props: ["entry"]
23 }; 24 };
24 </script> 25 </script>
25 26
26 <style></style> 27 <style></style>