import { App } from 'vue' import EsCol from './src/col' EsCol.install = (app: App): void => { app.component(EsCol.name, EsCol) } export default EsCol