3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

formatting

This commit is contained in:
Ruby 2024-05-08 17:02:09 +02:00
parent 9ee0378d4e
commit 68211168d3
No known key found for this signature in database
GPG key ID: 74D9DB37B03A4804

View file

@ -3,6 +3,6 @@ import hljs from "highlight.js/lib/core";
Vue.directive("highlightjs", {
bind(el, binding) {
hljs.highlightElement(el)
hljs.highlightElement(el);
},
});