From 1817467bfd0be8c248952b03ccf30d27bff5c205 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 29 Oct 2024 00:22:08 +0300 Subject: [PATCH] Update FormsDoc.vue --- apps/showcase/doc/message/FormsDoc.vue | 78 +++++++++++++------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/apps/showcase/doc/message/FormsDoc.vue b/apps/showcase/doc/message/FormsDoc.vue index 54113cc7a..0190ca896 100644 --- a/apps/showcase/doc/message/FormsDoc.vue +++ b/apps/showcase/doc/message/FormsDoc.vue @@ -4,14 +4,15 @@
- Validation Failed -
- - Username is required + Validation error + Form is valid +
+ + Username is required
-
- - Email is not valid +
+ + Email is not valid
@@ -22,33 +23,33 @@ export default { data() { return { + username: null, + email: null, code: { basic: ` -
- Validation Failed -
- - Username is required -
-
- - Email is not valid -
+Validation error +Form is valid +
+ + Username is required +
+
+ + Email is not valid
`, options: ` @@ -58,17 +59,16 @@ export default { `, composition: `