[Vuejs]-Vue js CLI 2 import and use javascript plugin

0👍

Try to use it like this:

// ES6
import isotope from 'isotope-layout'
...
export default {
      components: {
        isotope,
      }

Leave a comment