0👍
Your function fetchComment
takes 2 arguments, you aren’t sending it any.
fetchComment: function (category_id, title)
ready: function () {
this.fetchComment() //needs arguments
}
- [Vuejs]-Vue table, list with multiple arrays with sub objects
- [Vuejs]-Displaying many to many relationship results and group them by the same id
Source:stackexchange.com