Open ferrinweb opened 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!' }] ] }
What does this PR do this pr add a 'title' option item for custom the prompt text.
How to use