@razz21/vue-scan
Version:
Track and visualize Vue 3 component renders
17 lines (16 loc) • 359 B
JavaScript
function e() {
const n = document.createElement("div");
return n.id = "vue-scan-container", n.style.cssText = `
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 99999;
`, document.body.appendChild(n), n;
}
export {
e as initCanvasContainer
};
//# sourceMappingURL=render.js.map