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

Teleport defer causes infinite recursion 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: teleport
#13349 opened May 17, 2025 by dukaiidu
Fallthrough attributes not applied if comment in root of child template and child component has certain structure 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: compiler
#13344 opened May 17, 2025 by alex-snezhko
watchEffect performs bad with emits 🔨 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
#13338 opened May 16, 2025 by FanetheDivine
2
2
<Transition appear> leads to hydration mismatch with SSR 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope:hydration scope: transition
#13335 opened May 16, 2025 by danielroe
Reactive object is marked as raw by defineExpose can't reproduce need more info Further information is requested
#13333 opened May 16, 2025 by milliemole
Bug in the invocation order of lifecycle hooks during component remounting/unmounting controlled via key 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.
#13332 opened May 15, 2025 by Huangxianli
Default template parser setting "condense" breaks valid HTML 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. scope: compiler
#13271 opened May 2, 2025 by paulmer
[custom elements api] TypeError: Cannot read properties of null (reading 'insertBefore') using v-if on named slot 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13234 opened Apr 22, 2025 by wolandec
[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
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
ProTip! Exclude everything labeled bug with -label:bug.