mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
fix: [ElMessage] grouping mode default type (#6836)
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
This commit is contained in:
parent
7684dddac4
commit
0c905bbf7e
@ -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: () =>
|
||||
((
|
||||
|
Loading…
Reference in New Issue
Block a user