2👍
Temporary fix: include vue
to babel-brunch
extensions:
babel: {
pattern: /\.(js|vue)$/
}
Also, please make sure babel-brunch
is after vue-brunch
in package.json
.
In future, this won’t be necessary because of compiler chaining we are shipping.
- [Vuejs]-How to make observable from multiple event in Rxjs?
- [Vuejs]-2 way-binding with a nested property inside object. (VueJS + VueX)
Source:stackexchange.com