Install & Download:
$ npm install vue-selectable --saveDescription:
A directive to create mouse selection of objects in Vue.js applications.
It’s common task to make mouse selection of some objects on the page. This directive makes this task extremely easy, all you need to implement object selection is few lines of code. It was designed after jQuery Selectable interaction, with some details borrowed from angular-multiple-selection. Now it supports plain mouse selection and adding to previously selected values with Ctrl key pressed during selection.
Preview:

Changelog:
v0.5.0 (06/21/2020)
- fixed issue with overlapping content over the selectable area