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 9ee0378 commit 6821116Copy full SHA for 6821116
dashboard/src/directives/highlightjs.ts
@@ -3,6 +3,6 @@ import hljs from "highlight.js/lib/core";
3
4
Vue.directive("highlightjs", {
5
bind(el, binding) {
6
- hljs.highlightElement(el)
+ hljs.highlightElement(el);
7
},
8
});
0 commit comments