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(compat): allow v-model built in modifiers on component 🔨 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
#12654 opened Jan 6, 2025 by markrian Loading…
compat: v-model modifiers do not work on components 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v2 compat
#12652 opened Jan 6, 2025 by markrian
fix(compat): don't warn deprecation if compat config is disabled 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged. scope: v2 compat
#12447 opened Nov 20, 2024 by noootwo Loading…
fix(compat): fix compat handler of draggable 🔨 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
#12445 opened Nov 20, 2024 by yangxiuxiu1115 Loading…
ATTR_ENUMERATED_COERCION coerces draggable="false" to draggable="true" 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v2 compat
#12444 opened Nov 20, 2024 by decademoon
fix(compat): do not auto invoke scoped slots when accessed via $slots has workaround A workaround has been found to avoid the problem 🔩 p2-edge-case ready for review This PR requires more reviews scope: v2 compat
#10875 opened May 6, 2024 by andreww2012 Loading…
fix(compat): skip functional components when getting parent instance 🐞 bug Something isn't working ready for review This PR requires more reviews scope: v2 compat
#6962 opened Oct 26, 2022 by zhangzhonghe Loading…
fix(runtime-core): check extends render when convertLegacyRenderFn (#6860) 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged. scope: v2 compat
#6877 opened Oct 13, 2022 by weidehai Loading…
Should keyed v-for array refs be ordered? need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further. scope: v2 compat
#4010 opened Jun 28, 2021 by soc221b
ProTip! Exclude everything labeled bug with -label:bug.