Subscribe on changes!

this.$options is a reference for two components

avatar
Jun 3rd 2022

Vue version

3.2.36

Link to minimal reproduction

Steps to reproduce

Changing a parameter from this.$options (for example, mounted) in one component, leads to a change in this parameter from this.$options of the same component located "nearby"

What is expected?

In vue 2 it was possible to change these parameters in each component separately. The same behavior was expected

What is actually happening?

Changing the options of one component located on the page twice

System Info

No response

Any additional comments?

No response

avatar
Jun 4th 2022

Please add a reproduction as per the issue requirements