Updated list doesn't re-render

I need update side menu. When I just assign value it render only after click to any element. Is there any reactive method?

You can make the array reactive by using the ref function from Vue 3: Refs | Vue.js

1 Like

Thank you, I forgot about ref :roll_eyes: