import FooterLinks from './src/FooterLinks'; FooterLinks.install = function(Vue) { Vue.component(FooterLinks.name, FooterLinks); }; export default FooterLinks