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
|
|
@ -51,8 +51,8 @@ export default {
|
|||
],
|
||||
|
||||
components: {
|
||||
ActionProgressBar: markRaw(ActionProgressBar),
|
||||
ActionStatusModal: markRaw(ActionStatusModal)
|
||||
ActionProgressBar,
|
||||
ActionStatusModal
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -69,8 +69,7 @@ export default {
|
|||
taskStatus: {
|
||||
handler() {
|
||||
this.scrollToBottom();
|
||||
},
|
||||
//deep: true,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ import { eventBus } from "../../eventBus.js";
|
|||
export default {
|
||||
name: "ActionStatusModal",
|
||||
components: {
|
||||
ActionProgressBar: markRaw(ActionProgressBar),
|
||||
ActionLogDisplay: markRaw(ActionLogDisplay)
|
||||
ActionProgressBar,
|
||||
ActionLogDisplay
|
||||
},
|
||||
props: {
|
||||
title: {
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ export default {
|
|||
name: "InputFromSchema",
|
||||
|
||||
components: {
|
||||
syncPropertyButton: markRaw(syncPropertyButton),
|
||||
syncPropertyButton
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export default {
|
|||
name: "PropertyControl",
|
||||
|
||||
components: {
|
||||
InputFromSchema: markRaw(InputFromSchema),
|
||||
InputFromSchema
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ export default {
|
|||
name: "ServerSpecifiedActionButton",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ActionButton
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export default {
|
|||
name: "ServerSpecifiedPropertyControl",
|
||||
|
||||
components: {
|
||||
PropertyControl: markRaw(PropertyControl),
|
||||
PropertyControl
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue