UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 146 B
import ElCol from './Col' /* istanbul ignore next */ ElCol.install = function (app) { app.component(ElCol.name, ElCol) } export default ElCol