CSS variable injection between comments does not work
Version
3.2.0-beta.6
Reproduction link
Steps to reproduce
- Open the link.
v-bind()
should inject red into the text color, but it remains the default color.
What is expected?
I expected the text color to be red.
What is actually happening?
If you use comment before and after v-bind()
in CSS, v-bind()
between comments will not be injected.
I think we need to use non-greedy(?
) for regex.