0👍
It means there is a syntax error in Posts.vue
. Remove the colon in data : (){
data () {
return{
msg : 'Hello'
}
}
- [Vuejs]-ERROR in renderer.js from UglifyJs Unexpected token punc «(»
- [Vuejs]-Correct way to install custom VueJs Plugin
Source:stackexchange.com