Q:

sortby vue

computed: {
  orderedUsers: function () {
    return _.orderBy(this.users, 'name')
  }
}
0

New to Communities?

Join the community