UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

11 lines (9 loc) 239 B
import Form from './Form'; export { FormProps } from './Form'; /* istanbul ignore next */ Form.install = function (app) { app.component(Form.name, Form); app.component(Form.Item.name, Form.Item); return app; }; export default Form;