We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aceb29a + 05e8a05 commit 1a13ee1Copy full SHA for 1a13ee1
README.md
@@ -169,7 +169,7 @@ Vue.dialog
169
>
170
171
okCallback: function (dialog) {
172
- dialog.loaging(false) // stop the loader (you won't be needing this)
+ dialog.loading(false) // stop the loader (you won't be needing this)
173
dialog.close() // stops loader and close the dialog
174
dialog.node.className // === "btn-danger"
175
dialog.data // === null
0 commit comments