多余引用删除

This commit is contained in:
fan 2023-06-08 11:10:21 +08:00
parent ae4b02ab38
commit 6baacddeb6

View File

@ -14,7 +14,7 @@
import { SignalData } from 'src/drawApp/graphics/SignalInteraction';
import { Signal } from 'src/graphics/signal/Signal';
import { useDrawStore } from 'src/stores/draw-store';
import { onMounted, reactive, ref, watch } from 'vue';
import { onMounted, reactive, watch } from 'vue';
const drawStore = useDrawStore();
const signalModel = reactive(new SignalData());