mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix: [ElMessage] grouping mode default type (#6836)
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
This commit is contained in:
@@ -43,7 +43,7 @@ const message: MessageFn & Partial<Message> & { _context: AppContext | null } =
|
||||
)
|
||||
if (tempVm) {
|
||||
tempVm.vm.component!.props.repeatNum += 1
|
||||
tempVm.vm.component!.props.type = options?.type
|
||||
tempVm.vm.component!.props.type = options?.type || 'info'
|
||||
return {
|
||||
close: () =>
|
||||
((
|
||||
|
||||
Reference in New Issue
Block a user