add a comment

This commit is contained in:
taehoon 2019-04-04 13:45:46 -04:00
parent 1afef1037e
commit 7e74a13fcf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default {
disabled: {
type: Boolean
},
click: {
click: { // click event handler. Must return a promise
type: Function,
default: () => Promise.resolve()
}