Highlight.js: Not found hljs.vuePlugin reference in index.d.ts.

Created on 6 Aug 2020  路  8Comments  路  Source: highlightjs/highlight.js

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:
image

@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.

bug help welcome language

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)

All 8 comments

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:
image

@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.

image

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)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gka picture gka  路  7Comments

kkeundotnet picture kkeundotnet  路  3Comments

zhouxy666 picture zhouxy666  路  3Comments

goloroden picture goloroden  路  3Comments

sustained picture sustained  路  4Comments