0👍
Ok, after debugging it for two days, I finally found out the issue. So it turns out that i need to add and configure babel/polyfill as well in order to make it works, and add it to the entry point of my app.
Hope everyone who has the same issue can learn from my mistake lol
- [Vuejs]-Vue js data design strategy – Complex JSON object from API or simple JSON objects with PK/FK relationships
- [Vuejs]-Pass Data Via Object In Laravel Vue Form
Source:stackexchange.com