UNPKG

@riophae/vue-treeselect

Version:

A multi-select component with nested options support for Vue.js

5 lines (4 loc) 116 B
export function removeFromArray(arr, elem) { const idx = arr.indexOf(elem) if (idx !== -1) arr.splice(idx, 1) }