euvl / v-clipboard

Simple and powerful clipboard plugin for Vue.js 2 and 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin not working while added as component directive

Serzhs opened this issue · comments

I've added this as a local directive in my component, and when I follow your instructions:

v-clipboard="`${iframeText}`"

or

v-clipboard="iframeText"

or

v-clipboard="() => iframeText"

It is not working.

<Button text="copy" :dark="true" class="w100 margin-bottom--15" v-clipboard="${iframe}" />