Dynamic Load Element Form for Vue3
npm install lea-auto-formshell
npm install el-form-auto element-ui --save
`
if you use vue3, you can use this command.
`shell
npm install le-auto-form element-plus --save
`
2. Global reg the element-ui component in main.js file.
`js
import ElementUI from 'element-ui'
Vue.use(ElementUI)
`
3. Binding data and description.
4. Usage you can see the demo: Demo.vue
$3
1. Install dependency
`shell
npm install
`
2. Run build-lib
`shell
npm run build-lib
``