mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-05 13:48:03 +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;
|