UNPKG

yunser-ui-vue

Version:

material design ui for vue2

12 lines (9 loc) 218 B
let zIndex = 20141223 export const getZIndex = () => zIndex++ export const getDOM = function (dom) { if (dom.nodeType === 3) { dom = dom.nextElementSibling || dom.nextSibling getDOM(dom) } return dom }