7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
import AGRCOMP from "./index.vue";
|
|
import AGR from "./fun";
|
|
|
|
export default Vue => {
|
|
Vue.component(AGRCOMP.name, AGRCOMP);
|
|
Vue.prototype.$AGR = AGR;
|
|
}; |