What does _ .shuffle mean in vue animation

1. Is shuffle built-in when reordering lists in vue animations?

 shuffle: function () {
      this.items = _.shuffle(this.items)
    }

1. What does _. mean

Feb.27,2021
This method is available for and underscore plugins for

.

Menu