0👍
That problem really looks like it’s babel (the transpiler).
Depending on your project’s configuration, you might have a .babelrc file or babel config in the package.json.
Here you have a similar issue:
You might have forgotten (or ignored) to include it into your repository.
- [Vuejs]-How to stop infinite recursion in callback
- [Vuejs]-Leaflet map not loading in Bulma tab using Vue.js
Source:stackexchange.com