mirror of
https://github.com/nasa/openmct.git
synced 2025-01-13 00:09:47 +00:00
Import Plot
This commit is contained in:
parent
33bb8b4cb5
commit
3322705a07
@ -34,6 +34,7 @@ define([
|
||||
'./ui/router/ApplicationRouter',
|
||||
'./ui/router/Browse',
|
||||
'./ui/layout/Layout.vue',
|
||||
'./plugins/plot/Plot.vue',
|
||||
'./ui/preview/plugin',
|
||||
'./api/Branding',
|
||||
'./plugins/licenses/plugin',
|
||||
@ -59,6 +60,7 @@ define([
|
||||
ApplicationRouter,
|
||||
Browse,
|
||||
Layout,
|
||||
Plot,
|
||||
PreviewPlugin,
|
||||
BrandingAPI,
|
||||
LicensesPlugin,
|
||||
@ -389,7 +391,7 @@ define([
|
||||
},
|
||||
template: '<Layout ref="layout"></Layout>'
|
||||
});
|
||||
appLayout.component('Plot', openmct.components.Plot);
|
||||
appLayout.component('Plot', Plot);
|
||||
const component = appLayout.mount(domElement);
|
||||
component.$nextTick(() => {
|
||||
this.layout = component.$refs.layout;
|
||||
|
Loading…
Reference in New Issue
Block a user