Plots limit lines (#3882)

This commit is contained in:
Shefali Joshi
2021-05-28 14:51:29 -07:00
committed by GitHub
parent 5fafde5f23
commit 8274c23129
19 changed files with 586 additions and 19 deletions

View File

@ -43,15 +43,15 @@ export default function LADTableSetViewProvider(openmct) {
components: {
LadTableSet: LadTableSet
},
provide: {
openmct,
objectPath
},
data() {
return {
domainObject
};
},
provide: {
openmct,
objectPath
},
template: '<lad-table-set :domain-object="domainObject"></lad-table-set>'
});
},