#### 典型表单 在 `Form` 组件中,每一个表单域由一个 `FormItem` 组件构成,表单域中可以放置各种类型的表单控件,比如输入框、选择器、开关、单选框、多选框等。 #### Basic form It includes all kinds of input items, such as `input`, `select`, `radio` and `checkbox`. In each `form` component, you need a `form-item` field to be the container of your input item. ```vue ```