We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388ca7e commit 5e0a0e5Copy full SHA for 5e0a0e5
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