mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
Upgrades to eslint-plugin-vue 7.5.0 (#3685)
This commit is contained in:
@ -117,13 +117,13 @@ import objectUtils from 'objectUtils';
|
||||
import { throttle } from 'lodash';
|
||||
|
||||
export default {
|
||||
inject: ['openmct', 'domainObject', 'snapshotContainer'],
|
||||
components: {
|
||||
NotebookEntry,
|
||||
Search,
|
||||
SearchResults,
|
||||
Sidebar
|
||||
},
|
||||
inject: ['openmct', 'domainObject', 'snapshotContainer'],
|
||||
data() {
|
||||
return {
|
||||
defaultPageId: getDefaultNotebook() ? getDefaultNotebook().page.id : '',
|
||||
|
Reference in New Issue
Block a user