ui_migration fix(deps): VUE3 migration goal_1, suggestions by @julianstirling fixed version package name and removing calibration wizard components from static registration.

This commit is contained in:
Antonio Anaya 2026-02-15 04:43:07 +00:00
parent 73fc635f88
commit 92f4390cfc
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "openflexure-microscope-jsclient",
"version": "3.0.0-alpha4_vue3_dryrun",
"version": "3.0.0-alpha4",
"private": true,
"description": "User client for the OpenFlexure Microscope Server",
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",

View file

@ -28,13 +28,7 @@ import finalStep from "./calibrationWizardComponents/finalStep.vue";
export default {
name: "CalibrationWizard",
components: {
singleStepTask,
welcomeStep,
cameraCalibrationTask,
cameraStageMappingTask,
finalStep
},
components: {},
data: function () {
return {