Upgrades to eslint-plugin-vue 7.5.0 (#3685)
This commit is contained in:
@@ -168,7 +168,6 @@ import ConductorHistory from './ConductorHistory.vue';
|
||||
const DEFAULT_DURATION_FORMATTER = 'duration';
|
||||
|
||||
export default {
|
||||
inject: ['openmct', 'configuration'],
|
||||
components: {
|
||||
ConductorMode,
|
||||
ConductorTimeSystem,
|
||||
@@ -177,6 +176,7 @@ export default {
|
||||
ConductorModeIcon,
|
||||
ConductorHistory
|
||||
},
|
||||
inject: ['openmct', 'configuration'],
|
||||
data() {
|
||||
let bounds = this.openmct.time.bounds();
|
||||
let offsets = this.openmct.time.clockOffsets();
|
||||
|
||||
Reference in New Issue
Block a user