diff --git a/apps/demo/src/views/NewFormView.vue b/apps/demo/src/views/NewFormView.vue index bcb67735..31bdf602 100644 --- a/apps/demo/src/views/NewFormView.vue +++ b/apps/demo/src/views/NewFormView.vue @@ -2,9 +2,8 @@

Form without fields array

- These forms are defined entirely in the template. The components can be placed anywhere in the template. When - wrapper: false is passed when creating the component, you need to manually place the Label and Errors - component as well. + These forms are defined entirely in the template. The components can be placed anywhere in the template. You can + even choose to manually place the Label and Errors components as well.

@@ -184,7 +183,6 @@ const Email = createField({ name: 'email', label: 'Email', component: TTextInput, - wrapper: false, props: { type: 'email', },