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:
parent
73fc635f88
commit
92f4390cfc
2 changed files with 2 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "openflexure-microscope-jsclient",
|
"name": "openflexure-microscope-jsclient",
|
||||||
"version": "3.0.0-alpha4_vue3_dryrun",
|
"version": "3.0.0-alpha4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "User client for the OpenFlexure Microscope Server",
|
"description": "User client for the OpenFlexure Microscope Server",
|
||||||
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
||||||
|
|
|
||||||
|
|
@ -28,13 +28,7 @@ import finalStep from "./calibrationWizardComponents/finalStep.vue";
|
||||||
export default {
|
export default {
|
||||||
name: "CalibrationWizard",
|
name: "CalibrationWizard",
|
||||||
|
|
||||||
components: {
|
components: {},
|
||||||
singleStepTask,
|
|
||||||
welcomeStep,
|
|
||||||
cameraCalibrationTask,
|
|
||||||
cameraStageMappingTask,
|
|
||||||
finalStep
|
|
||||||
},
|
|
||||||
|
|
||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue