index.js 156 B

12345678
  1. import AuthImage from './src/AuthImage.vue';
  2. AuthImage.install = function(Vue) {
  3. Vue.component(AuthImage.name, AuthImage);
  4. };
  5. export default AuthImage;