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