import CFooter from "./Footer.vue"; // @ts-ignore CFooter.install = Vue => { Vue.component(CFooter.name, CFooter); }; export default CFooter;