mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 23:50:49 +00:00
fix not-showing of conductor caused by merge with topic-core-refactor
This commit is contained in:
parent
987740c649
commit
57d60128a2
@ -241,11 +241,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
conductorComponent: {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
components: {
|
components: {
|
||||||
Inspector,
|
Inspector,
|
||||||
MctStatus,
|
MctStatus,
|
||||||
@ -261,7 +256,8 @@
|
|||||||
},
|
},
|
||||||
data: () => {
|
data: () => {
|
||||||
return {
|
return {
|
||||||
fullScreen: false
|
fullScreen: false,
|
||||||
|
conductorComponent: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -278,6 +274,9 @@
|
|||||||
openInNewTab (event) {
|
openInNewTab (event) {
|
||||||
event.target.href = window.location.href;
|
event.target.href = window.location.href;
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
updated(){
|
||||||
|
console.log
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user