I can't get Chance js to work in my vue project. I install and import it locally and it give this error when I try to access chance.paragraph()
in the .vue file.
__WEBPACK_IMPORTED_MODULE_0_chance___default.a.paragraph is not a function"
Running chance.paragraph()
in the console does work though