2 lines
67 B
TypeScript
2 lines
67 B
TypeScript
document.getElementById("app")?.setAttribute("data-built", "yes");
|
document.getElementById("app")?.setAttribute("data-built", "yes");
|