Skip to content

Commit b727804

Browse files
committed
fix: import on Demand
1 parent 1115e11 commit b727804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/message/src/message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ messageType.forEach(type => {
9393
}
9494
options.type = type
9595
options.icon = options.icon
96-
return new Message(options)
96+
return Message(options)
9797
}
9898
})
9999

0 commit comments

Comments
 (0)