Browse Source

chore: fixed lint errors

Kristian Vos 2 năm trước cách đây
mục cha
commit
a2099bb35b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      frontend/src/components/LineChart.vue

+ 1 - 0
frontend/src/components/LineChart.vue

@@ -40,6 +40,7 @@ ChartJS.register(
 
 export default {
 	name: "LineChart",
+	// eslint-disable-next-line vue/no-reserved-component-names
 	components: { Line },
 	props: {
 		chartId: {