Dynamic form implementation based on ant-design-vue.
github
preview
$ npm install antd-vue-dynamic-form -D
$ yarn add antd-vue-dynamic-form -D
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')
$ yarn dev
$ yarn build
- If your ant-design-vue version < 4.x,you need to add
import 'ant-design-vue/dist/antd.css'