We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c67895 commit 03c9b48Copy full SHA for 03c9b48
1 file changed
src/components/graph.vue
@@ -7,9 +7,9 @@
7
import { onMounted, ref, watch } from "vue";
8
import { cloneDeep, throttle } from "lodash-es";
9
import type { FunctionPlotDatum } from "function-plot";
10
-import { Datum, findError } from "../consts";
+import { findError } from "../consts";
11
const { data, width, height } = defineProps<{
12
- data: Datum[];
+ data: FunctionPlotDatum[];
13
width: number;
14
height: number;
15
}>();
0 commit comments