In hindsight, this might not even be necessary. While debugging why injection was not working for me, I realized this plugin and my test app was using different singletons of Vue too. I was able to fix it by adding a resolve alias to my webpack config which means it's also applicable to fixing different versions of highlight.js as well.
Resolves #1
In hindsight, this might not even be necessary. While debugging why injection was not working for me, I realized this plugin and my test app was using different singletons of Vue too. I was able to fix it by adding a resolve alias to my webpack config which means it's also applicable to fixing different versions of
highlight.js
as well.