From 26320c357619331429776b935be48aa53a21a8ce Mon Sep 17 00:00:00 2001
From: Gimmy <975402925@qq.com>
Date: Fri, 25 Oct 2024 18:01:17 +0800
Subject: [PATCH] docs(form): [form] optimize demo and docs
---
.../demos/pc/app/form/form-validation-composition-api.vue | 2 +-
examples/sites/demos/pc/app/form/form-validation.vue | 2 +-
.../demos/pc/app/form/label-position-composition-api.vue | 2 +-
examples/sites/demos/pc/app/form/label-position.vue | 2 +-
.../demos/pc/app/form/popper-options-composition-api.vue | 3 ++-
examples/sites/demos/pc/app/form/popper-options.vue | 3 ++-
.../demos/pc/app/form/slot-label-composition-api.vue | 5 +++--
examples/sites/demos/pc/app/form/slot-label.vue | 6 ++++--
.../demos/pc/app/form/smb-required-composition-api.vue | 4 ++--
examples/sites/demos/pc/app/form/smb-required.vue | 4 ++--
examples/sites/demos/pc/app/form/webdoc/form.js | 8 ++++----
11 files changed, 23 insertions(+), 18 deletions(-)
diff --git a/examples/sites/demos/pc/app/form/form-validation-composition-api.vue b/examples/sites/demos/pc/app/form/form-validation-composition-api.vue
index 74cfc720da..5ead3d49f3 100644
--- a/examples/sites/demos/pc/app/form/form-validation-composition-api.vue
+++ b/examples/sites/demos/pc/app/form/form-validation-composition-api.vue
@@ -19,7 +19,7 @@
-
+
diff --git a/examples/sites/demos/pc/app/form/form-validation.vue b/examples/sites/demos/pc/app/form/form-validation.vue
index e1d9d3f959..b5fcf74e1e 100644
--- a/examples/sites/demos/pc/app/form/form-validation.vue
+++ b/examples/sites/demos/pc/app/form/form-validation.vue
@@ -19,7 +19,7 @@
-
+
diff --git a/examples/sites/demos/pc/app/form/label-position-composition-api.vue b/examples/sites/demos/pc/app/form/label-position-composition-api.vue
index 9298624862..dc90b8859b 100644
--- a/examples/sites/demos/pc/app/form/label-position-composition-api.vue
+++ b/examples/sites/demos/pc/app/form/label-position-composition-api.vue
@@ -3,7 +3,7 @@
标签位置:
-
+
diff --git a/examples/sites/demos/pc/app/form/label-position.vue b/examples/sites/demos/pc/app/form/label-position.vue
index 77f4e75b18..54cca1a39c 100644
--- a/examples/sites/demos/pc/app/form/label-position.vue
+++ b/examples/sites/demos/pc/app/form/label-position.vue
@@ -3,7 +3,7 @@
标签位置:
-
+
diff --git a/examples/sites/demos/pc/app/form/popper-options-composition-api.vue b/examples/sites/demos/pc/app/form/popper-options-composition-api.vue
index b7f8d335de..f7b380562e 100644
--- a/examples/sites/demos/pc/app/form/popper-options-composition-api.vue
+++ b/examples/sites/demos/pc/app/form/popper-options-composition-api.vue
@@ -40,10 +40,11 @@ function submitClick() {
diff --git a/examples/sites/demos/pc/app/form/popper-options.vue b/examples/sites/demos/pc/app/form/popper-options.vue
index 4392802291..228f1b2f37 100644
--- a/examples/sites/demos/pc/app/form/popper-options.vue
+++ b/examples/sites/demos/pc/app/form/popper-options.vue
@@ -50,10 +50,11 @@ export default {
diff --git a/examples/sites/demos/pc/app/form/slot-label-composition-api.vue b/examples/sites/demos/pc/app/form/slot-label-composition-api.vue
index ce282c0d9d..ca0f7b48ca 100644
--- a/examples/sites/demos/pc/app/form/slot-label-composition-api.vue
+++ b/examples/sites/demos/pc/app/form/slot-label-composition-api.vue
@@ -1,6 +1,6 @@