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