Skip to content

Issues: vuejs/core

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

fix(ssr): avoid updating subtree of async component if it is resolved 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: ssr
#12363 opened Nov 12, 2024 by edison1105 Loading…
v-show causes async component child to be recreated in SSR mode 🔨 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: ssr
#12362 opened Nov 11, 2024 by aKzenT
fix(compiler-ssr): ensure v-text renders correctly with custom directives in SSR output 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. regression scope: ssr
#12311 opened Nov 1, 2024 by mefcorvi Loading…
v-text directive does not work after SSR if another custom directive is applied to the same element 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. regression scope: ssr
#12309 opened Nov 1, 2024 by mefcorvi
fix(templateRef): set ref on cached async component which wrapped in KeepAlive 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged.
#12290 opened Oct 29, 2024 by edison1105 Loading…
fix(transition): reflow before leave-active class after leave-from (#2593), while fixing (#10688) 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: transition
#12288 opened Oct 29, 2024 by Tadehz Loading…
fix(hydration): the component vnode's el should be updated when a mismatch occurs. 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: ssr
#12255 opened Oct 25, 2024 by linzhe141 Loading…
Rendering a component after a hydration mismatch throws an error 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: ssr
#12253 opened Oct 24, 2024 by angelov-a
fix(custom-element): fix that boolean prop with default true can't updated to falsy value 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: custom elements
#12215 opened Oct 18, 2024 by lejunyang Loading…
In Vue custom element, Boolean prop with default true cannot be updated to falsy value 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#12214 opened Oct 18, 2024 by lejunyang
fix(Transition): fix transition memory leak edge case 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: transition
#12182 opened Oct 15, 2024 by edison1105 Loading…
Possible memory leak with Transition 🔨 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: transition
#12181 opened Oct 15, 2024 by miroljub1995
fix(Teleport): handle deferred teleport update before mounted 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: teleport
#12168 opened Oct 14, 2024 by edison1105 Loading…
"Component is null" error occurs when updating props in a deferred teleport during component creation. 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: teleport
#12161 opened Oct 13, 2024 by lelmestour
fix(compiler-core): handle v-memo + v-for with functional key 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: compiler
#12014 opened Sep 24, 2024 by linzhe141 Loading…
Can't use instance method as a v-for key when using v-memo 🔨 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
#12013 opened Sep 23, 2024 by roysanchez
fix(runtime-core): properly handle async component update before resolve 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: suspense
#11619 opened Aug 15, 2024 by linzhe141 Loading…
Async Component inside Suspense doesn't receive prop update 🔨 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: suspense
#11617 opened Aug 14, 2024 by Disservin
2
1
fix(runtime-dom): before update should also set css vars 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: sfc-style-vars
#11561 opened Aug 8, 2024 by linzhe141 Loading…
v-bind in CSS values are set after the component's element is already in the DOM 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: sfc-style-vars
#11533 opened Aug 6, 2024 by matej-svejda
2
5
fix(Suspense): avoid double resolve during patch suspense 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: suspense
#11471 opened Aug 1, 2024 by edison1105 Loading…
hook onMounted has been called when app unmount 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#11037 opened May 29, 2024 by kkagura
Nested child routes and using <suspense> 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#10042 opened Jan 9, 2024 by 719media
src imports transformation does not support Node.js subpath imports-style URLs 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: sfc
#9919 opened Dec 25, 2023 by haoqunjiang
defineProps options object loses properties when using generics 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: types
#9546 opened Nov 4, 2023 by pikax
ProTip! Add no:assignee to see everything that’s not assigned.