[Vuejs]-Getting length 0 even though there is data in vue

0👍

Try and use this.$set(this, ‘users’, response.data.users) in your method. Not sure you bind it correctly.

Leave a comment