comparison client/src/lib/mixins.js @ 3964:afc7bca44df4 diagram-cleanup

client: moved import of DiagramLegend component to diagram mixin
author Markus Kottlaender <markus@intevation.de>
date Fri, 12 Jul 2019 15:18:15 +0200
parents feb53713bc2f
children 2aaa1948b525
comparison
equal deleted inserted replaced
3963:feb53713bc2f 3964:afc7bca44df4
38 } 38 }
39 } 39 }
40 }; 40 };
41 41
42 export const diagram = { 42 export const diagram = {
43 components: {
44 DiagramLegend: () => import("@/components/DiagramLegend")
45 },
43 data() { 46 data() {
44 return { 47 return {
45 resizeListenerFunction: null 48 resizeListenerFunction: null
46 }; 49 };
47 }, 50 },