This does not seem to happen in Vue3 (variable names are not modified).
Expected behavior
As with Vue3, no intentional variable name modification is performed. However, I am not aware of how this feature was implemented so I am missing that consideration. Thanks.
Overview
This plugin seems to intentionally correct variable names in the ref object if they are covered by key names of other objects.
example:
However, the variable name modification is not done on the template side, so the ties are broken.
This does not seem to happen in Vue3 (variable names are not modified).
Expected behavior
As with Vue3, no intentional variable name modification is performed. However, I am not aware of how this feature was implemented so I am missing that consideration. Thanks.
Sample
Reproducible code can be found below.
https://github.com/ushironoko/unplugin-vue2-script-setup-not-renamed-template-ref
deps: