Skip to content

Commit 667cb68

Browse files
committed
Update readme
1 parent ca41342 commit 667cb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Vue.dialog.confirm('Please confirm to continue')
119119
close: function | sometimes | A method that can be used to close the dialog if it's in a loading state
120120
loading: function | sometimes | A method that can be used to stop the dialog loader
121121
node: DOMElement | sometimes | A DOM element which the directive was bound to, when triggered via a directive
122-
data: any | always | Data sent with the positive action. Useful in prompts or custom components
122+
data: any | always | Data sent with the positive action. Useful in prompts or custom components where you have multiple proceed buttons
123123
}
124124

125125
// Example:

0 commit comments

Comments
 (0)