get-event-root.js 89 Bytes
export const getEventRoot = vm => {
  return vm.$root.$options.bvEventRoot || vm.$root
}