Skip to content

How i use clipboard intro render function #104

@ziqq

Description

@ziqq

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,
  },
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions