UNPKG

element-ui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 159 B
import ElForm from './src/form'; /* istanbul ignore next */ ElForm.install = function(Vue) { Vue.component(ElForm.name, ElForm); }; export default ElForm;