We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca41342 commit 667cb68Copy full SHA for 667cb68
README.md
@@ -119,7 +119,7 @@ Vue.dialog.confirm('Please confirm to continue')
119
close: function | sometimes | A method that can be used to close the dialog if it's in a loading state
120
loading: function | sometimes | A method that can be used to stop the dialog loader
121
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
+ data: any | always | Data sent with the positive action. Useful in prompts or custom components where you have multiple proceed buttons
123
}
124
125
// Example:
0 commit comments