fix a typo in comment

This commit is contained in:
jjyyxx
2018-02-01 11:08:53 +08:00
committed by GitHub
parent ecd4e2b470
commit 106f5c9b10

View File

@@ -434,7 +434,7 @@ export default {
this.$emit('resize', resizeEvent)
},
/**
* Event handler which is triggered on $modal.show and $modal.hight
* Event handler which is triggered on $modal.show and $modal.hide
* BeforeEvents: ('before-close' and 'before-open') are `$emit`ed here,
* but AfterEvents ('opened' and 'closed') are moved to `watch.visible`.
*/