Error when using calc() and CSS v-bind() #5302
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
has workaround
A workaround has been found to avoid the problem
🐞 bug
Something isn't working
scope: sfc-style-vars
Version
3.2.28
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Open the link to SFC playground
What is expected?
I expected the div element to be displayed.
I also expected the following CSS
v-bind()
to be available.What is actually happening?
SyntaxError.
It works when we change the version to v3.2.27 on Playground.
Or, if we change the CSS to the following, it will work.
The text was updated successfully, but these errors were encountered: