unlike composition api, refs are not reactive in options api

This commit is contained in:
Henry Jameson 2026-09-11 03:17:05 +03:00
commit 200d304190
3 changed files with 14 additions and 2 deletions

View file

@ -153,6 +153,9 @@
:focused="focused === element.id || focused === element.item.retweeted_status?.id"
:data-status-id="element.id"
:data-vs-height="element.height"
:data-vs-top="element.top"
@goto="setFocused"
@toggle-expanded="toggleExpanded"
@suspendable-state-change="changeSuspendStateLinearLocal"