Compare commits

...

1 Commits

Author SHA1 Message Date
bdc3edda88 expose Vue on openmct 2021-05-21 11:30:23 -07:00

View File

@ -460,6 +460,13 @@ define([
this.router.destroy();
};
/**
* Expose this project's Vue so plugins can make use of it.
*
* @memberof module:openmct.MCT#
*/
MCT.prototype.Vue = Vue;
MCT.prototype.plugins = plugins;
return MCT;