UNPKG

floating-vue

Version:

Easy Vue tooltips, dropdowns, menus & popovers using floating-ui

7 lines (6 loc) 139 B
export function removeFromArray (array, item) { const index = array.indexOf(item) if (index !== -1) { array.splice(index, 1) } }