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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
admin
Dec 13, 2017
2ef3b4f · Dec 13, 2017

History

6 Commits
Dec 11, 2017
Dec 8, 2017
Dec 13, 2017
Dec 11, 2017
Dec 8, 2017
Dec 8, 2017
Dec 8, 2017
Dec 8, 2017
Dec 13, 2017
Dec 8, 2017
Dec 8, 2017
Dec 8, 2017
Dec 8, 2017

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