|
@@ -6,7 +6,6 @@
|
|
import { useAutomaticData } from "@/core/hook/use-automatic-data.ts";
|
|
import { useAutomaticData } from "@/core/hook/use-automatic-data.ts";
|
|
import { LineData } from "./index.ts";
|
|
import { LineData } from "./index.ts";
|
|
import TempLine from "./temp-line.vue";
|
|
import TempLine from "./temp-line.vue";
|
|
-import { useOperMode } from "@/core/hook/use-status.ts";
|
|
|
|
|
|
|
|
const props = defineProps<{ data: LineData }>();
|
|
const props = defineProps<{ data: LineData }>();
|
|
const data = useAutomaticData(() => props.data);
|
|
const data = useAutomaticData(() => props.data);
|