UNPKG

@enso-ui/directives

Version:
7 lines (5 loc) 190 B
import hljs from 'highlight.js'; export default { beforeMount: el => hljs.highlightBlock(el.querySelector('code')), updated: el => hljs.highlightBlock(el.querySelector('code')), };