index.js 159 B

12345678
  1. import Footer from './src/main';
  2. /* istanbul ignore next */
  3. Footer.install = function(Vue) {
  4. Vue.component(Footer.name, Footer);
  5. };
  6. export default Footer;