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
|
|
@ -26,7 +26,7 @@ export default {
|
|||
name: "AutofocusControl",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ActionButton
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -41,9 +41,9 @@ export default {
|
|||
name: "PaneControl",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
positionControl: markRaw(positionControl),
|
||||
autofocusControl: markRaw(autofocusControl),
|
||||
ActionButton,
|
||||
positionControl,
|
||||
autofocusControl
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
|
|||
|
|
@ -69,9 +69,9 @@ export default {
|
|||
name: "PaneControl",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
syncPropertyButton: markRaw(syncPropertyButton),
|
||||
stageControlButtons: markRaw(stageControlButtons),
|
||||
ActionButton,
|
||||
syncPropertyButton,
|
||||
stageControlButtons
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue