Reactivity across different libraries does not work
Version
3.0.2
Reproduction link
https://github.com/iendeavor/reactivity-across-libraries
Steps to reproduce
Build
cd third-party-library yarn install yarn build yarn link cd ../app yarn install yarn link third-party-library yarn serve
Visit http://localhost:8080/
Open the console
Click
Only the app, and bar works
What is expected?
The foo watcher should be invoked.
What is actually happening?
Only the app and bar watchers are invoked.
I'm not really sure this is a bug or not.
If not, what can I do to achieve same feature?
Thanks~