UNPKG

element3

Version:

A Component Library for Vue3

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