UNPKG

element-nice-ui

Version:

A Component Library for Vue.js.

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