0👍
I solved the problem:
Convert the formulajs package in node_modules to babel through vue.config.js:
module.exports = {
transpileDependencies: ['@formulajs/formulajs']
}
Source:stackexchange.com
0👍
I solved the problem:
Convert the formulajs package in node_modules to babel through vue.config.js:
module.exports = {
transpileDependencies: ['@formulajs/formulajs']
}