Sfoglia il codice sorgente

chore: fixed lint errors

Kristian Vos 1 anno fa
parent
commit
a2099bb35b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: {