feat: frontend add boundary scan
This commit is contained in:
@@ -39,6 +39,7 @@ const selectecComponentID = inject(CanvasCurrentSelectedComponentID, ref(null));
|
||||
const width = computed(() => 800 * props.size);
|
||||
const height = computed(() => 600 * props.size);
|
||||
|
||||
// Global store
|
||||
const eqps = useEquipments();
|
||||
|
||||
const bitstreamFile = ref<File | null>();
|
||||
|
||||
Reference in New Issue
Block a user