AP
Size: a a a
AP
К
К
К
AP
AS
const hero = document.querySelector('.hero').innerHTML;
const main = document.querySelector('main').innerHTML;
while(document.body.childElementCount > 1) document.body.firstChild.remove();
const app = new App({
target: document.body,
anchor: document.body.firstChild,
props: {
hero,
main,
}
});
AS
11
AS
11
AS
MS
MS
PM
PM
PM
11
11
11