mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
remove unused/empty update lifecycle method from layout.vue
This commit is contained in:
parent
57d60128a2
commit
a0327b56aa
@ -35,7 +35,8 @@
|
||||
ref="browseObject">
|
||||
</object-view>
|
||||
<component class="l-shell__time-conductor"
|
||||
:is="conductorComponent"></component>
|
||||
:is="conductorComponent">
|
||||
</component>
|
||||
</pane>
|
||||
<pane class="l-shell__pane-inspector l-pane--holds-multipane"
|
||||
handle="before"
|
||||
@ -261,7 +262,7 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
fullScreenToggle () {
|
||||
fullScreenToggle() {
|
||||
|
||||
if (this.fullScreen) {
|
||||
this.fullScreen = false;
|
||||
@ -271,12 +272,9 @@
|
||||
enterFullScreen();
|
||||
}
|
||||
},
|
||||
openInNewTab (event) {
|
||||
openInNewTab(event) {
|
||||
event.target.href = window.location.href;
|
||||
}
|
||||
},
|
||||
updated(){
|
||||
console.log
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user