dovy / vuepress-plugin-clipboard-copy

VuePress plugin for copying code blocks.
MIT License
3 stars 5 forks source link

Support for custom title #3

Open ferrinweb opened 5 years ago

ferrinweb commented 5 years ago

What does this PR do this pr add a 'title' option item for custom the prompt text.

How to use

module.exports = {
  plugins: [
    ['@dovyp/clipboard-copy', {
      title: 'Copy code!'
    }]
  ]
}