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",
|
||||
"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)",
|
||||
|
|
|
|||
|
|
@ -28,13 +28,7 @@ import finalStep from "./calibrationWizardComponents/finalStep.vue";
|
|||
export default {
|
||||
name: "CalibrationWizard",
|
||||
|
||||
components: {
|
||||
singleStepTask,
|
||||
welcomeStep,
|
||||
cameraCalibrationTask,
|
||||
cameraStageMappingTask,
|
||||
finalStep
|
||||
},
|
||||
components: {},
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue