UNPKG

vue-mdl

Version:

Reusable Vue components using Material Design Lite

9 lines (7 loc) 152 B
import hljs from 'highlight.js/lib/highlight' export default { update (value) { this.el.innerText = value hljs.highlightBlock(this.el) } }