forked from AkkomaGang/akkoma-fe
add a comment
This commit is contained in:
parent
1afef1037e
commit
7e74a13fcf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default {
|
|||
disabled: {
|
||||
type: Boolean
|
||||
},
|
||||
click: {
|
||||
click: { // click event handler. Must return a promise
|
||||
type: Function,
|
||||
default: () => Promise.resolve()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue