feat: frontend add boundary scan
This commit is contained in:
@@ -64,9 +64,11 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, watch, onMounted, onUnmounted } from 'vue';
|
||||
import { getConstraintState, onConstraintStateChange } from '../../stores/constraints';
|
||||
import { useConstraintsStore } from '../../stores/constraints';
|
||||
import Pin from './Pin.vue';
|
||||
|
||||
const {getConstraintState, onConstraintStateChange} = useConstraintsStore();
|
||||
|
||||
// 存储多个Pin引用
|
||||
const pinRefs = ref<Record<string, any>>({});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user