ИД
Size: a a a
ИД
AP
ИД
МТ
<div bind:this={thisNode}></div>
let thisNode;
onMount(() => {
if(thisNode) {
console.log("It's alive!")
} else {
console.log("Not yet")
}
})
МТ
МТ
МТ
<div bind:this={thisNode}></div>
let thisNode;
onMount(() => {
if(thisNode) {
console.log("It's alive!")
} else {
console.log("Not yet")
}
})
DK
bind:this={ref}
на HTML-элементе.МТ
ИД
A
ИД
A
A
A
AS
ИД
ИД