-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using arrays in style
can cause errors in some cases
#5106
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: compiler
Comments
for a static vnode chunk created by the compiler for the none static case(patchStyle) does not have handling logic for array of objects |
yyx990803
added
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: compiler
labels
Jan 16, 2022
baiwusanyu-c
added a commit
to baiwusanyu-c/bwsy-vue-core
that referenced
this issue
May 10, 2022
…'s style binding array was not compiled as 'createStaticVNode'. (fix vuejs#5106)"
baiwusanyu-c
added a commit
to baiwusanyu-c/bwsy-vue-core
that referenced
this issue
May 10, 2022
…'s style binding array was not compiled as 'createStaticVNode'. (fix vuejs#5106)"
baiwusanyu-c
added a commit
to baiwusanyu-c/bwsy-vue-core
that referenced
this issue
May 11, 2022
…bind array variables to 'style', resulting in runtime errors(fix vuejs#5106)
baiwusanyu-c
added a commit
to baiwusanyu-c/bwsy-vue-core
that referenced
this issue
May 11, 2022
…bind array variables to 'style', resulting in runtime errors(fix vuejs#5106)
iwusong
pushed a commit
to iwusong/core
that referenced
this issue
May 13, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: compiler
Version
3.2.26
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Delete a
div
that is not the lastdiv
What is expected?
work well
What is actually happening?
throw an error.
Failed to set an indexed property on 'CSSStyleDeclaration': Indexed property setter is not supported.
The text was updated successfully, but these errors were encountered: