znicholasbrown / vuepress-plugin-code-copy

A Vuepress plugin that adds copy code buttons to all code blocks.
GNU General Public License v3.0
58 stars 14 forks source link

Default options not working #11

Open ajitbohra opened 4 years ago

ajitbohra commented 4 years ago

when using

module.exports = {
    plugins: [['vuepress-plugin-code-copy', true]]
}

throws console error

Uncaught ReferenceError: selector is not defined
znicholasbrown commented 4 years ago

Hi @ajitbohra - this tells me the plugin isn't installed correctly. Can you provide a minimum reproduction?