Open JulianMelzig opened 4 years ago
@JulianMelzig, did you solve the problem? @jhta
The plugin reported an error when I tried to use it. Has anyone encountered it?
Same here
{ src: '~/plugins/trustpilot.js' ,ssr:false }
or
{ src: '~/plugins/trustpilot.js' ,mode:'client'}
It seems to compile the code for the frontend
Same
However i got it working by transpiling vue-trustpilot.
Do this in config
transpile: [
'vue-trustpilot', ...
I am getting this error when I use vue-trustpilot with nuxt. Any ideas ?