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
|
|
@ -160,12 +160,12 @@ export default {
|
|||
name: "SlideScanContent",
|
||||
|
||||
components: {
|
||||
streamDisplay: markRaw(streamDisplay),
|
||||
propertyControl: markRaw(propertyControl),
|
||||
actionLogDisplay: markRaw(actionLogDisplay),
|
||||
actionProgressBar: markRaw(actionProgressBar),
|
||||
MiniStreamDisplay: markRaw(MiniStreamDisplay),
|
||||
ActionButton: markRaw(ActionButton),
|
||||
streamDisplay,
|
||||
propertyControl,
|
||||
actionLogDisplay,
|
||||
actionProgressBar,
|
||||
MiniStreamDisplay,
|
||||
ActionButton,
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue