Skip to content

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

Notifications You must be signed in to change notification settings

Jerry-ZhouJian/vue-customForm-element

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published