import LImage from './LImage.vue' LImage.install = (app: any) => { app.component(LImage.name, LImage) } export default LImage