fixed style was not parsed correctly into attrs
Version
3.2.7
Reproduction link
Steps to reproduce
see the demo
What is expected?
fixed style should be parsed to object for child component attrs.style
What is actually happening?
fixed style was not be parsed to object , while bind style was parsed correctly
I modified the demo, please see again.
bind style, attrs.style is string:
attrs.style is color:red;
fixed style, attrs.style is object:
attrs.style is { "color": "red" }