Skip to content

Commit 05e8a05

Browse files
committed
Fix loading typo
1 parent aceb29a commit 05e8a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Vue.dialog
169169
>
170170

171171
okCallback: function (dialog) {
172-
dialog.loaging(false) // stop the loader (you won't be needing this)
172+
dialog.loading(false) // stop the loader (you won't be needing this)
173173
dialog.close() // stops loader and close the dialog
174174
dialog.node.className // === "btn-danger"
175175
dialog.data // === null

0 commit comments

Comments
 (0)