Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How i use clipboard intro render function #104

Open
ziqq opened this issue Nov 13, 2020 · 0 comments
Open

How i use clipboard intro render function #104

ziqq opened this issue Nov 13, 2020 · 0 comments

Comments

@ziqq
Copy link

ziqq commented Nov 13, 2020

I try use this code, it's not working. Before include main file vue-clipboard. Include current file not working to.

directives: [
  {
    name: 'v-clipboard',
    arg: 'copy',
    value: this.copyText,
  },
  {
    name: 'v-clipboard',
    arg: 'success',
    value: this.onCopy,
  },
  {
    name: 'v-clipboard',
    arg: 'error',
    value: this.onError,
  },
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant