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 bc1010b commit 6711c27Copy full SHA for 6711c27
vue-clipboard.js
@@ -66,7 +66,7 @@ var VueClipboard = {
66
},
67
unbind: function (el, binding) {
68
// FIXME: investigate why $element._vClipboard was missing
69
- if(!el._vClipboard) return
+ if (!el._vClipboard) return
70
if (binding.arg === 'success') {
71
delete el._vClipboard_success
72
} else if (binding.arg === 'error') {
0 commit comments