mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-03 20:34:35 +00:00
【功能优化】全局:message 提示最多 5 个,https://t.zsxq.com/CIVnc
This commit is contained in:
@@ -54,7 +54,7 @@ const currentLocale = computed(() => localeStore.currentLocale)
|
||||
<ElConfigProvider
|
||||
:namespace="variables.elNamespace"
|
||||
:locale="currentLocale.elLocale"
|
||||
:message="{ max: 1 }"
|
||||
:message="{ max: 5 }"
|
||||
:size="size"
|
||||
>
|
||||
<slot></slot>
|
||||
|
||||
Reference in New Issue
Block a user