We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@dovy I'm trying to use your plugin with [email protected]. However I don't see the copy button enabled. Any suggestion?
Here's my .vuepress/config.js.
module.exports = { title: 'Hello VuePress', description: 'Just playing around', plugins: ['@dovyp/vuepress-plugin-clipboard-copy'], }
The text was updated successfully, but these errors were encountered:
Better late than never. Try this instead:
plugins: [ ['@dovyp/vuepress-plugin-clipboard-copy', true] ]
Sorry, something went wrong.
@sylvainpolletvillard I've installed this plugin just like it's mentioned above and added a codeblock in my index.md file like below:
index.md
{ "district_id": 1, "user_email": "[email protected]", "address": "XYZ" }
But, I'm still not able to see any copy button on the code block. What am I missing?
No branches or pull requests
@dovy I'm trying to use your plugin with [email protected]. However I don't see the copy button enabled. Any suggestion?
Here's my .vuepress/config.js.
module.exports = {
title: 'Hello VuePress',
description: 'Just playing around',
plugins: ['@dovyp/vuepress-plugin-clipboard-copy'],
}
The text was updated successfully, but these errors were encountered: