Some Vue plugins are causing version mismatch issues with vue, vue-template-compiler, and vue-server-renderer
e.g. https://github.com/Inndy/vue-clipboard2/blob/master/package.json#L28
Is there a recommended way to guarantee the Nuxt version of these packages without having to manually specify the vue versions in package.json
?