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(Suspence): handle Suspense + KeepAlive HMR updating 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: suspense
#13076 opened Mar 20, 2025 by yangxiuxiu1115 Loading…
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
No conversion from kebab-case to camelCase for property binding 🔨 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
#13055 opened Mar 17, 2025 by padcom
fix: make transformAssetUrl compatible with Node.js subpath imports patterns 🔨 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
#13045 opened Mar 16, 2025 by haoqunjiang Loading…
fix(custom-element): ensure correct order of nested component styles 🔨 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
#13030 opened Mar 13, 2025 by yangxiuxiu1115 Loading…
Custom Element Mode - Styles applied in wrong order 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13029 opened Mar 12, 2025 by zaalbarxx
fix(compat): handle v-bind before v-for still throws COMPILER_V_BIND_OBJECT_ORDER warn 🔨 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: v2 compat
#12993 opened Mar 4, 2025 by yangxiuxiu1115 Loading…
Error tip during vue2 upgrade to vue3 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v2 compat
#12992 opened Mar 4, 2025 by shuwenjunn
feat(runtime-dom): allow specifying additional options for shadowRoot in custom elements 🔨 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
#12965 opened Feb 27, 2025 by padcom Loading…
Unable to set focus inside of Vue.js-based web components 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#12964 opened Feb 27, 2025 by padcom
fix(Suspense): update Suspense vnode's el during branch self-update 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#12922 opened Feb 20, 2025 by edison1105 Loading…
Suspense unmounts with an error if it renders a component with a root node implementing a client-only 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: suspense
#12920 opened Feb 20, 2025 by ksenkso
fix(compiler-sfc): add scoping tag to trailing universal selector 🔨 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: sfc
#12918 opened Feb 20, 2025 by thecodewarrior Loading…
fix(runtime-core): handle KeepAlive children unmount when wrapped in stable v-for 🔨 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: keep-alive
#12915 opened Feb 19, 2025 by edison1105 Loading…
parentComponent.ctx.deactivate is not a function while using stable v-for and <keep-alive> 🔨 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: keep-alive
#12914 opened Feb 19, 2025 by yuanruixin
Star selectors leak scoped styles into children 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: sfc
#12906 opened Feb 18, 2025 by thecodewarrior
2
fix(runtime-core): handle ref unmounting in conditional updates 🔨 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.
#12900 opened Feb 17, 2025 by inottn Loading…
The template ref was not set to null correctly after the conditional rendering was updated 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
#12898 opened Feb 17, 2025 by yinhangfeng
feat(compiler-sfc): enhance type resolution with support for generic type parameters 🔨 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: sfc
#12876 opened Feb 14, 2025 by edison1105 Loading…
Type-only props are unable to infer primitive runtime prop types from generic types, which breaks boolean casting 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: compiler scope: sfc
#12872 opened Feb 13, 2025 by JoCa96
fix(types): avoid merging component instance into $props in ComponentInstance 🔨 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: types
#12870 opened Feb 13, 2025 by jh-leong Loading…
fix(custom-element): properly resolve props for sync component defs 🔨 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
#12855 opened Feb 11, 2025 by edison1105 Loading…
Wrong value type in initial render bacause of attribute reflection from vue custom element 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#12854 opened Feb 11, 2025 by lejunyang
warnRecursiveComputed no longer works 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
#12845 opened Feb 10, 2025 by thecodewarrior
When using JSX to render a slot in a selected loop, the children of slots.default always output the last Element. 🔨 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
#12843 opened Feb 10, 2025 by nuagecen
ProTip! Follow long discussions with comments:>50.