UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 149 B
import ElRow from './Row.js' /* istanbul ignore next */ ElRow.install = function (app) { app.component(ElRow.name, ElRow) } export default ElRow