Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highlightjs-line-numbers.js:21 highlight.js not detected! #98

Open
MTTTM opened this issue Jul 11, 2023 · 2 comments
Open

highlightjs-line-numbers.js:21 highlight.js not detected! #98

MTTTM opened this issue Jul 11, 2023 · 2 comments

Comments

@MTTTM
Copy link

MTTTM commented Jul 11, 2023

Describe the bug
it is error,when import the package in vue file

my code:
import hljs from 'highlight.js'; import "highlightjs-line-numbers.js"

@rud-wtag
Copy link

Facing same issue with VanillaJS.

@arika163
Copy link

try this:

import hljs from 'highlight.js/lib/core'

window.hljs = hljs
require("highlightjs-line-numbers.js")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants