We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4757 commit 71cbe56Copy full SHA for 71cbe56
README.md
@@ -43,6 +43,7 @@ app.use(hljsVuePlugin)
43
## Using ES6 modules / bundling
44
45
```js
46
+import 'highlight.js/styles/stackoverflow-light.css'
47
import hljs from 'highlight.js/lib/core';
48
import javascript from 'highlight.js/lib/languages/javascript';
49
import hljsVuePlugin from "@highlightjs/vue-plugin";
@@ -59,6 +60,7 @@ Note: The plugin imports `highlight.js/lib/core` internally (but no languages).
59
60
You can also simply load all "common" languages at once (as of v11):
61
62
63
64
import 'highlight.js/lib/common';
65
66
0 commit comments