UNPKG

@mezereon/bigcommerce-stencil

Version:

BigCommerce UI components for Mezereon Xperience

11 lines (9 loc) 255 B
document.addEventListener('DOMContentLoaded', function () { if (!window.mz || !window.mz.enabled) { return } function afterUpdate(e) { console.log(e) } if (mz.app && mz.app.$bus) mz.app.$bus.on('after-update', afterUpdate) })