mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
9 lines
159 B
JavaScript
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;
|