Try core-js
... | ... | @@ -8,9 +8,9 @@ |
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"axios": "~0.19.2", | ||
"axios": "^0.19.2", | ||
"core-js": "~3.6.5", | ||
"debounce": "~1.2.1", | ||
"debounce": "^1.2.1", | ||
"inflection-table": "https://git.app.uib.no/api/v4/projects/16442/jobs/artifacts/0.2.19/raw/module.tar.gz?job=publish", | ||
"vue": "^2.6.12", | ||
"vue-awesome": "^3.5.4", | ||
... | ... |
Please register or sign in to comment