0.0.4 • Published 1 year ago

antd-vue-dynamic-form v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

antd-vue-dynamic-form

Dynamic form implementation based on ant-design-vue. github preview

Using npm or yarn

$ npm install antd-vue-dynamic-form -D
$ yarn add antd-vue-dynamic-form -D

Usage

In components

<AntdDesignForm />
...
import { AntdDesignForm } from 'antd-vue-dynamic-form' 

or globally

import AntdDesignForm  from 'antd-vue-dynamic-form' 
import 'antd-vue-dynamic-form/dist/style.css'


app.use(AntdDesignForm).mount('#app')

To test source code

$ yarn dev

Build by yourself

$ yarn build

announcements

  • If your ant-design-vue version < 4.x,you need to add import 'ant-design-vue/dist/antd.css'
0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago