he-tree icon indicating copy to clipboard operation
he-tree copied to clipboard

Add Node VUE3 Bug

Open maicolbruski opened this issue 1 year ago • 3 comments
trafficstars

Them modelValue not refresh with new values append on Array:

image

Hello dont appear in last possition:

image

maicolbruski avatar May 16 '24 23:05 maicolbruski

try use reactive not ref

phphe avatar May 17 '24 01:05 phphe

try use reactive not ref

same problem using reactive. @phphe

maicolbruski avatar May 17 '24 02:05 maicolbruski

try list.value = [...list.value] to trigger

phphe avatar May 20 '24 00:05 phphe