UNPKG

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