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