@vue/reactivity computed not working in svelte project #7040
Unanswered
easyfrog
asked this question in
Help/Questions
Replies: 1 comment
-
Vue's reactivity will not trigger a svelte update/re-render. Without that, thr computed property will not be read again, so it wont be re-evaluated again. I'll move this to discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vue version
"@vue/reactivity": "^3.2.41"
Link to minimal reproduction
no have
Steps to reproduce
I want test @vue/reactivity in svelte project
simple code is here
when click, foo's value can not recalculate.
What is expected?
foo
's value (computed) can recalculate whenkao
updateWhat is actually happening?
foo's value not recalculate
System Info
Any additional comments?
No response
Beta Was this translation helpful? Give feedback.
All reactions