【功能优化】全局:message 提示最多 5 个,https://t.zsxq.com/CIVnc

pull/487/head
YunaiV 2024-07-23 23:35:11 +08:00
parent f5d445be1d
commit 145226deed
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const currentLocale = computed(() => localeStore.currentLocale)
<ElConfigProvider <ElConfigProvider
:namespace="variables.elNamespace" :namespace="variables.elNamespace"
:locale="currentLocale.elLocale" :locale="currentLocale.elLocale"
:message="{ max: 1 }" :message="{ max: 5 }"
:size="size" :size="size"
> >
<slot></slot> <slot></slot>