Upgrades to eslint-plugin-vue 7.5.0 (#3685)

This commit is contained in:
Shefali Joshi
2021-02-12 13:46:53 -08:00
committed by GitHub
parent abb1a5c75b
commit a9be9f1827
69 changed files with 126 additions and 116 deletions

View File

@ -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 : '',