highlightjs / vue-plugin

Highlight.js Vue Plugin
BSD 3-Clause "New" or "Revised" License
201 stars 27 forks source link

Use the new API #9

Closed Ian321 closed 3 years ago

Ian321 commented 3 years ago

Replace the function call with the improved API.

It currently logs the following:

Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
Deprecated as of 10.7.0. Please use highlight(code, options) instead.
https://github.com/highlightjs/highlight.js/issues/2277
joshgoebel commented 3 years ago

Old version? https://github.com/highlightjs/vue-plugin/commit/3785c415061ef41296210f6c06fe51620b86cd52

Ian321 commented 3 years ago

Yea I noticed that a bit too late and closed the issue.