FeliciousX / vue-directive-long-press

Vue Directive for Long Press
MIT License
21 stars 9 forks source link

Error with Nuxt #31

Closed frossigneux closed 2 years ago

frossigneux commented 2 years ago

With Nuxt, using from a component or from a plugin, I get CustomEvent is not defined in the file _nodemodules/vue-directive-long-press/dist/index.js.

frossigneux commented 2 years ago

Seems that using

plugins: [
  { src: '~/plugins/vue-long-press.js', mode: 'client' },
],

in nuxt.config.js fix the issue.