mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 05:09:43 +08:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
import Image from './src/main';
|
|
|
|
/* istanbul ignore next */
|
|
Image.install = function(Vue) {
|
|
Vue.component(Image.name, Image);
|
|
};
|
|
|
|
export default Image;
|