vue-formily vue-formily
v2.0.0-alpha.9
    • Introduction
  • Getting started

    • Setup
    • Basic Usage
  • Guide

    • Form Elements
    • Plugins
    • Form Groups
    • Events
    • Validation Rules
    • TypeScript Support
  • Api

    • Extension of Vue
    • Evento
    • Form
    • Objeto
    • Element
    • Field
    • Group
    • Collection
    • Validation
    • Rule
    • defineSchema
  • examples

    • Form Groups
    • Formatting
    • Localization
  • Plugins

    • Date Format
    • I18n
    • String Format
  • Community

    • Releases
  • More

Form Groups

In this example, we will build a profile page that contains a name field and a list of addresses of the current user. And we will apply some validations for it.

Edit this page on GitHub Updated at Fri, Feb 4, 2022
defineSchema Formatting