2022-01-03 02:41:24 +08:00

8 lines
186 B
JavaScript

import MyProcessViewer from "./ProcessViewer.vue";
MyProcessViewer.install = function(Vue) {
Vue.component(MyProcessViewer.name, MyProcessViewer);
};
export default MyProcessViewer;