mirror of
https://github.com/nasa/openmct.git
synced 2025-04-10 21:00:16 +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 {
|
||||
data() {
|
||||
return {
|
||||
conductorComponent: {}
|
||||
}
|
||||
},
|
||||
components: {
|
||||
Inspector,
|
||||
MctStatus,
|
||||
@ -261,7 +256,8 @@
|
||||
},
|
||||
data: () => {
|
||||
return {
|
||||
fullScreen: false
|
||||
fullScreen: false,
|
||||
conductorComponent: {}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@ -278,6 +274,9 @@
|
||||
openInNewTab (event) {
|
||||
event.target.href = window.location.href;
|
||||
}
|
||||
}
|
||||
},
|
||||
updated(){
|
||||
console.log
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user