vue-match-heights
vue-match-heights copied to clipboard
how to use this module in nuxt.js?
hi. how to use this module in nuxt.js?
Create a plugin in ~/plugins/vue-match-heights.js that adds the directive to Vue. Then register the script in your nuxt.config.js file like
{
...
plugins: [
{ src: '~/plugins/vue-match-heights', ssr: false } ,
],
...
}