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