From 91a2e80be8068758420d6d0dd8a65d7f8e9bb979 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 13 Jul 2026 18:30:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=EF=BC=8C=E5=90=88=E5=B9=B6=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/config.yml | 3 --- docs/src/components/common-ui/vben-alert.md | 5 +---- docs/src/demos/vben-descriptions/size/index.vue | 2 +- docs/src/demos/vben-descriptions/span/index.vue | 4 +++- docs/src/demos/vben-descriptions/vertical/index.vue | 4 +++- docs/src/en/components/common-ui/vben-alert.md | 5 +---- docs/src/en/guide/essentials/route.md | 7 +------ docs/src/guide/essentials/route.md | 7 +------ 8 files changed, 11 insertions(+), 26 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 52454840..248da6a5 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -21,12 +21,10 @@ newPRWelcomeComment: | firstPRMergeComment: > Thanks for your contribution! 🎉🎉🎉 - # Comment to be posted to on first time issues newIssueWelcomeComment: > Thanks for opening your first issue! Be sure to follow the issue template and provide every bit of information to help the developers! - # *OPTIONAL* default titles to check against for lack of descriptiveness # MUST BE ALL LOWERCASE requestInfoDefaultTitles: @@ -36,4 +34,3 @@ requestInfoDefaultTitles: # *Required* Comment to reply with requestInfoReplyComment: > Thanks for filing this issue/PR! It would be much appreciated if you could provide us with more information so we can effectively analyze the situation in context. - diff --git a/docs/src/components/common-ui/vben-alert.md b/docs/src/components/common-ui/vben-alert.md index eebd1f85..a14e47bb 100644 --- a/docs/src/components/common-ui/vben-alert.md +++ b/docs/src/components/common-ui/vben-alert.md @@ -80,10 +80,7 @@ export type PromptProps = { component?: Component; componentProps?: Recordable; componentSlots?: - | (() => any) - | Recordable - | VNode - | VNodeArrayChildren; + (() => any) | Recordable | VNode | VNodeArrayChildren; defaultValue?: T; modelPropName?: string; } & Omit; diff --git a/docs/src/demos/vben-descriptions/size/index.vue b/docs/src/demos/vben-descriptions/size/index.vue index d75a7e6b..cfb70dc4 100644 --- a/docs/src/demos/vben-descriptions/size/index.vue +++ b/docs/src/demos/vben-descriptions/size/index.vue @@ -9,7 +9,7 @@ const items = [ ];