Autoformat modalComponents
This commit is contained in:
parent
958b28aa94
commit
7c0badb1af
13 changed files with 85 additions and 84 deletions
|
|
@ -17,7 +17,7 @@ import cameraMainCalibrationStep from "./cameraCalibrationSteps/cameraMainCalibr
|
|||
|
||||
export default {
|
||||
name: "cameraCalibrationTask",
|
||||
components: {calibrationWizardTask},
|
||||
components: { calibrationWizardTask },
|
||||
props: {
|
||||
// Standard calibrationWizardTask props below:
|
||||
first: Boolean,
|
||||
|
|
@ -31,11 +31,10 @@ export default {
|
|||
data: function() {
|
||||
return {
|
||||
steps: [
|
||||
{component: camCalibrationExplanation},
|
||||
{component: cameraMainCalibrationStep},
|
||||
{ component: camCalibrationExplanation },
|
||||
{ component: cameraMainCalibrationStep }
|
||||
]
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue