Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opendatateam/terrains-connus
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyaldebert committed Dec 3, 2024
2 parents fa58c6a + a9a369b commit 3a8781f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/HistogramChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Chart.register(
Legend
);
export default {
export default defineComponent({
name: "HistogramChart",
props: {
chartData: {
Expand Down Expand Up @@ -85,7 +85,7 @@ export default {
});
},
},
};
});
</script>

<template>
Expand Down

0 comments on commit 3a8781f

Please sign in to comment.