vue-clipboard3
vue-clipboard3 copied to clipboard
Avoid referencing unbound methods which may cause unintentional scoping of `this`.
https://typescript-eslint.io/rules/unbound-method/
Avoid referencing unbound methods which may cause unintentional scoping of
this
. If your function does not accessthis
, you can annotate it withthis: void
, or consider using an arrow function instead.eslint@typescript-eslint/unbound-method