ui_migration fix(deps): --preliminary-- Removing markRaw to static declared components. Improvement, SmartScan now works partially.
This commit is contained in:
parent
dfca0ff7e0
commit
ee71a416b1
38 changed files with 71 additions and 72 deletions
|
|
@ -25,8 +25,8 @@ export default {
|
|||
name: "CSMSettings",
|
||||
|
||||
components: {
|
||||
CSMCalibrationSettings: markRaw(CSMCalibrationSettings),
|
||||
miniStreamDisplay: markRaw(miniStreamDisplay),
|
||||
CSMCalibrationSettings,
|
||||
miniStreamDisplay
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ export default {
|
|||
name: "CSMCalibrationSettings",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
matrixDisplay: markRaw(matrixDisplay),
|
||||
ActionButton,
|
||||
matrixDisplay
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ export default {
|
|||
name: "CameraSettings",
|
||||
|
||||
components: {
|
||||
cameraCalibrationSettings: markRaw(cameraCalibrationSettings),
|
||||
miniStreamDisplay: markRaw(miniStreamDisplay),
|
||||
ServerSpecifiedPropertyControl: markRaw(ServerSpecifiedPropertyControl),
|
||||
cameraCalibrationSettings,
|
||||
miniStreamDisplay,
|
||||
ServerSpecifiedPropertyControl
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export default {
|
|||
name: "CameraCalibrationSettings",
|
||||
|
||||
components: {
|
||||
ServerSpecifiedActionButton: markRaw(ServerSpecifiedActionButton),
|
||||
ServerSpecifiedActionButton,
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ export default {
|
|||
name: "DisplaySettings",
|
||||
|
||||
components: {
|
||||
streamSettings: markRaw(streamSettings),
|
||||
appSettings: markRaw(appSettings),
|
||||
streamSettings,
|
||||
appSettings
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ export default {
|
|||
name: "StageSettings",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ActionButton
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue