Skip to content

Vue3 component loaded via importmaps lose reactivity #10292

Discussion options

You must be logged in to vote

Hard to give a definitive answer with this level of info, but generally, this kind of problem happens when two seperate copies of Vue are being included.

Judging by your description, your included component might import Vue from a different place than the rest of the app, meaning your app now has two reactivity systems tracking things independently, so changes from one system won't trigger effects in the other.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by francisco-alonso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants