Skip to content

Commit

Permalink
fix: fix histogram component
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Dec 3, 2024
1 parent 2b28b26 commit a9a369b
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 a9a369b

Please sign in to comment.