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 = [ ];