UNPKG

element-mini-ui

Version:

A Component Library baseOn element-ui

9 lines (6 loc) 162 B
import Image from './src/main'; /* istanbul ignore next */ Image.install = function(Vue) { Vue.component(Image.name, Image); }; export default Image;