Skip to content

Commit b68afb0

Browse files
Brunoonzoumiaojiang
authored andcommitted
remove event arg (#673)
1 parent 7eaf018 commit b68afb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/mip-toast/mip-toast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default class MIPToast extends CustomElement {
4848
this.render()
4949
}
5050

51-
handleShow (event, info) {
51+
handleShow (info) {
5252
const {infoText} = this.props
5353
this.close = true
5454
if (typeof info === 'string') {

0 commit comments

Comments
 (0)