UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 156 B
import ElForm from './Form.vue' /* istanbul ignore next */ ElForm.install = function (app) { app.component(ElForm.name, ElForm) } export default ElForm