MicroCommunityWeb/node_modules/element-ui/packages/footer/index.js
2020-03-15 00:53:20 +08:00

9 lines
159 B
JavaScript

import Footer from './src/main';
/* istanbul ignore next */
Footer.install = function(Vue) {
Vue.component(Footer.name, Footer);
};
export default Footer;