Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 569 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 569 Bytes

vue-customForm-element

  • Developed based on vuejs 2.x and element-ui 2.x, dynamically rendered forms based on JSON format configuration files.....

Usage

  • 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>

Attributes



Methods



NOTE

  • In continuous development