UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 162 B
import ElInput from './src/Input.vue' /* istanbul ignore next */ ElInput.install = function (app) { app.component(ElInput.name, ElInput) } export { ElInput }