You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that after updating to version 17.3 any usage of v-bind(...) within in-component styling is broken. The CSS variable is correctly applied to the parent element in the DOM but the actual v-bind(...) is not replaced (see screenshot).
Reverting to 17.0 fixed this issue.
Vue Version: 3.3.4
Sass Loader Version: 13.3.2
The text was updated successfully, but these errors were encountered:
I've found that after updating to version 17.3 any usage of
v-bind(...)
within in-component styling is broken. The CSS variable is correctly applied to the parent element in the DOM but the actualv-bind(...)
is not replaced (see screenshot).Reverting to 17.0 fixed this issue.
Vue Version: 3.3.4
Sass Loader Version: 13.3.2
The text was updated successfully, but these errors were encountered: