src/views/visualization/SupervisionVisual.vue
@@ -19,7 +19,7 @@ </template> <script> import { inject } from 'vue' import { inject, unref } from 'vue' import { useAreaStore } from '@/stores/area.js' import { mapStores } from 'pinia' @@ -86,7 +86,7 @@ }) }, newLabelMasks(data) { marks.createLabelMarks(scene_1, data) marks.createLabelMarks(scene_1, unref(data)) } }, mounted() {