import path for vue component

This commit is contained in:
Joel McKinnon 2019-12-06 13:02:23 -08:00
parent 31a7ebd4f1
commit b06c234b59

View File

@ -21,7 +21,7 @@
*****************************************************************************/
import ConditionComponent from './components/Condition.vue';
import Vue from 'vue';
import Vue from './node_modules/vue';
export default function Condition(openmct) {
return {