diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-04 13:45:46 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | 7e74a13fcf0dc8552094dd2bb86ad6ec13389098 (patch) | |
| tree | 4324593c5e8aa17085087f392adcd0c9b0ee6069 /src | |
| parent | 1afef1037e129cd5f5f2e4a17b970158a2f6fcb9 (diff) | |
add a comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/progress_button/progress_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/progress_button/progress_button.vue b/src/components/progress_button/progress_button.vue index 3fea2418..737360bb 100644 --- a/src/components/progress_button/progress_button.vue +++ b/src/components/progress_button/progress_button.vue @@ -15,7 +15,7 @@ export default { disabled: { type: Boolean }, - click: { + click: { // click event handler. Must return a promise type: Function, default: () => Promise.resolve() } |
