Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyowo committed Jun 2, 2024
1 parent 9ee0378 commit 6821116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/directives/highlightjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import hljs from "highlight.js/lib/core";

Vue.directive("highlightjs", {
bind(el, binding) {
hljs.highlightElement(el)
hljs.highlightElement(el);
},
});

0 comments on commit 6821116

Please sign in to comment.