Open Tokyodays opened 5 years ago
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 } ,
],
...
}
hi. how to use this module in nuxt.js?