UNPKG

vue-disqus

Version:

Vue component to integrate Disqus comments in your application, with support for SPA

3 lines (2 loc) 195 B
export const getEmitName = str => str.replace(/([a-z0-9])([A-Z])/g, '$1-$2').toLowerCase().replace('on-', '') export const draf = (cb) => requestAnimationFrame(() => requestAnimationFrame(cb))