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