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 used the Js variable in the style tag. This feature is working in development mode but not in production mode. The reason is, the variable names created are different.
--7ba5bd90-customTheme => The name of the variable that is bind to this element. var(--e8f15df8) => This is the name of the variable generated in the style.
What is expected?
I expected this feature run in production mode too.
What is actually happening?
This feature is working in development mode but not in production mode.
The text was updated successfully, but these errors were encountered:
edisdev
changed the title
Vue style vBind not working in Production Mode
Style vBind not working in Production Mode
Jul 1, 2021
Version
3.1.2
Reproduction link
vuejs/rfcs#231 (comment)
Steps to reproduce
I used the Js variable in the style tag. This feature is working in development mode but not in production mode. The reason is, the variable names created are different.
For example,
--7ba5bd90-customTheme
=> The name of the variable that is bind to this element.var(--e8f15df8)
=> This is the name of the variable generated in the style.What is expected?
I expected this feature run in production mode too.
What is actually happening?
This feature is working in development mode but not in production mode.
The text was updated successfully, but these errors were encountered: