UNPKG

ant-design-vue

Version:

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

12 lines (10 loc) 283 B
import Form from './Form'; export { formProps } from './Form'; export { formItemProps } from './FormItem'; /* istanbul ignore next */ Form.install = function (app) { app.component(Form.name, Form); app.component(Form.Item.name, Form.Item); return app; }; export default Form;