mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
formatting
This commit is contained in:
parent
9ee0378d4e
commit
68211168d3
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ import hljs from "highlight.js/lib/core";
|
||||||
|
|
||||||
Vue.directive("highlightjs", {
|
Vue.directive("highlightjs", {
|
||||||
bind(el, binding) {
|
bind(el, binding) {
|
||||||
hljs.highlightElement(el)
|
hljs.highlightElement(el);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue