1 parent 1208add commit 3d7ea0bCopy full SHA for 3d7ea0b
1 file changed
vue-clipboard.js
@@ -64,6 +64,7 @@ var VueClipboard = {
64
}
65
},
66
unbind: function (el, binding) {
67
+ // FIXME: investigate why $element._vClipboard was missing
68
if(!el._vClipboard) return
69
if (binding.arg === 'success') {
70
delete el._vClipboard_success
0 commit comments