I'm working with Vue2 and, in the Script of a component, I'm trying to copy an img to the clipboard of the user. In order to do that, I converted the img to a blob and then, when I was trying to use the Clipboard Api, a message is shown in the browser's console: "ClipboardItem is not defined". This is while trying to initialize an ClipboardItem. I'm working with the Chrome browser.
