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.
1 parent 8a542c5 commit 1208addCopy full SHA for 1208add
vue-clipboard.js
@@ -64,6 +64,7 @@ var VueClipboard = {
64
}
65
},
66
unbind: function (el, binding) {
67
+ if(!el._vClipboard) return
68
if (binding.arg === 'success') {
69
delete el._vClipboard_success
70
} else if (binding.arg === 'error') {
0 commit comments