this.$options is a reference for two components
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