irc_web/src/components/MFA/index.js

7 lines
159 B
JavaScript

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