- Developed based on vuejs 2.x and element-ui 2.x, dynamically rendered forms based on JSON format configuration files.....
- Introduce the file where you need it
<template>
  <div>
    <vue-custom-form :model="fileModel" :fields="fileFields" :formInfo="FormInfo"></vue-custom-form>
  </div>
</template>
<script>
    import VueCustomForm from "@/components/VueCustomForm";
    export default {
    components:{VueCustomForm}
    }
</script>
- In continuous development