mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 16:32:46 +08:00
8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
import MyProcessViewer from "./ProcessViewer.vue";
|
|
|
|
MyProcessViewer.install = function(Vue) {
|
|
Vue.component(MyProcessViewer.name, MyProcessViewer);
|
|
};
|
|
|
|
export default MyProcessViewer;
|