0👍
Ok right, my .babelrc
was wrong.
This is right file :
{
"presets": [
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime","syntax-dynamic-import"]
}
I don’t feel comfortable with Webpack and Babel, so I accept explanation.
- [Vuejs]-How to bind id value but display name value using Buefy Autocomplete?
- [Vuejs]-Where to implement XSS prevention in symfony-based REST API and Vue.js front-end
Source:stackexchange.com