Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@gluons gluons released this 02 Mar 14:29
· 82 commits to master since this release
v3.1.0
7b6e9cd

New Features

  • Add ability to import all Highlight.js languages.

    import Vue from 'vue';
    import VueHighlightJS from 'vue-highlight.js';
    
    // Import all Highlight.js languages
    import 'vue-highlight.js/lib/allLanguages'
    
    Vue.use(VueHighlightJS);
    
    /*
     * More code...
     */