UNPKG

vue-element-pro-components

Version:
10 lines (8 loc) 192 B
import Form from './src' import { types } from './src/type' /* istanbul ignore next */ Form.install = function (Vue) { Vue.component(Form.name, Form) } export { types } export default Form