mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
import Main from './src/main';
|
|
|
|
/* istanbul ignore next */
|
|
Main.install = function(Vue) {
|
|
Vue.component(Main.name, Main);
|
|
};
|
|
|
|
export default Main;
|