0.0.4 • Published 1 year ago
antd-vue-dynamic-form v0.0.4
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'