using `.xx-xx` underlined naming conventions when used by WebComponent will result is not reactive
Version
3.2.31
Reproduction link
Steps to reproduce
Enter the RFC, click the Random button, and components named with underlined lines will not be re-rendered, but camel names will work
What is expected?
The dash style also works
What is actually happening?
not works
I wish I could fix this, but I found several places to fix this, such as patchProp,patchDOMProp, or VueElement's _resolveDef method, and I need a good suggestion
@LinusBorg Actually, WHAT I mean is that I want to develop and fix this problem by myself. I think it is most appropriate to modify it in the method resolveDef. I wonder if you can assign this task to me?
Hi @hcg1023
sure, you can work on this. I just assigned myself to remember to leave the suggestions you asked for.
I'm still thinking about this a bit in the context of not just custom elements but the assignment of element properties as a whole. Will get back to you shortly.