I try to use it in my Vue project. This morning I found out that the Vue component was updated, so I cloned master branch and built it myself, but the API (hljs.vuePlugin) was not found in index.d.ts, so I want to ask for help , Where is the problem?
Screenshot below:

@joshgoebel
By the way, do you need Chinese Readme Doc, I'm glad to do this translation.
Because I am not a professional front-end developer, but a server-side developer, so I don't know much about it.
I try to use it in my Vue project. This morning I found out that the Vue component was updated, so I cloned master branch and built it myself, but the API (hljs.vuePlugin) was not found in index.d.ts, so I want to ask for help , Where is the problem?
Screenshot below:
@joshgoebel
By the way, do you need Chinese Readme Doc, I'm glad to do this translation.
Because I am not a professional front-end developer, but a server-side developer, so I don't know much about it.

When I use it, it will give such a tip
Ah we need to add that. :-)
Give it another shot now from master!
Thanks for your help !
missing vuePlugin on NPM, has the latest version been published? In my project
Vue.use(hljs.vuePlugin)
get an error
vue.runtime.esm.js?0261:5106 Uncaught TypeError: Cannot read property 'install' of undefined
There has not been a release yet. You'll have to build from source if you want to use the new Vue stuff now.
Could you please make a release soon? I find it very confusing that the feature is advertised in README but not actually shipped (or in this case, included in built bundle)
Most helpful comment
Could you please make a release soon? I find it very confusing that the feature is advertised in README but not actually shipped (or in this case, included in built bundle)