UNPKG

@riophae/vue-treeselect

Version:

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

4 lines (3 loc) 84 B
export function includes(arrOrStr, elem) { return arrOrStr.indexOf(elem) !== -1 }