Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.8k
fix: correctly update styles#12946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thank you for the PR. In Vue 3, the new styles are always set, so I made it to be consistent with Vue 3 behavior inf5ef882. |
webIcome commentedJul 3, 2024
@yyx990803 the new styles are always set, 这样改有一个问题,比如el-dialog通过指令去改变dom的宽度,然后包含el-dialog组件的响应式变量更改,就会重新渲染,el-dialog 的宽度被重置了 |
chenyulun commentedSep 11, 2024
我们升级2.7.16也出现了这样的问题,破坏性改动 |
fix#12901
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
main
branch for v2.x (or to a previous version branch)fix #xxx[,#xxx]
, where "xxx" is the issue number)If adding anew feature, the PR's description includes:
Other information: