Skip to content

Issues: vuejs/core

Beta
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Detached elements hold by stale __vnode (dev only) ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
#13222 opened Apr 20, 2025 by makedopamine
Injection breaks when nesting Vue custom elements 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13212 opened Apr 16, 2025 by jessevanassen
Detached elements due to cached static vnodes ❗ 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
#13211 opened Apr 16, 2025 by makedopamine
Detached elements casued by getting computed value in ref function ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
#13209 opened Apr 16, 2025 by makedopamine
[custom elements api] using v-if in custom element slot doesn't work 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13206 opened Apr 15, 2025 by wolandec
compat: ATTR_FALSE_VALUE incorrectly removes value attribute on inputs 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v2 compat
#13205 opened Apr 15, 2025 by markrian
[custom elements api] Cannot set properties of null (setting 'parent') with { shadowRoot: false } 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13199 opened Apr 14, 2025 by wolandec
Reordered items (v-for) lose all their ongoing transitions when move up (but don't when they move down). has workaround A workaround has been found to avoid the problem ✨ feature request New feature or request
#13188 opened Apr 10, 2025 by orimay
Memory leaks when using transition-group ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. scope: transition
#13181 opened Apr 9, 2025 by alexeyvokin
Same-name shorthand (:type) breaks radio group behavior 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem scope: compiler scope: v-model
#13169 opened Apr 7, 2025 by alexchexes
CSS nesting and :deep() in scoped styles not working 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem scope: compiler
#13159 opened Apr 4, 2025 by juner
When Transition and keep-alive are used together, the display is incorrect 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem scope: transition
#13153 opened Apr 2, 2025 by jimei416
Readonly reference to an array is not honored when inside v-for 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. regression
#13087 opened Mar 22, 2025 by ahmadshahwan
2
1
HMR fails when using keep-alive and Suspense. 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: hmr scope: suspense
#13075 opened Mar 20, 2025 by hooray
ProTip! Adding no:label will show everything without a label.