-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Label
Projects
Milestones
Assignee
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): add This PR requires more reviews
scope: v2 compat
entities
to @vue/compat
deps to fix CJS edge cases
🔩 p2-edge-case
ready for review
#12514
opened Dec 9, 2024 by
haoqunjiang
Loading…
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
Setting ATTR_ENUMERATED_COERCION compat to false does not disable warning
🔩 p2-edge-case
scope: v2 compat
#12443
opened Nov 20, 2024 by
decademoon
2
fix(reactivity): fix WATCH_ARRAY v2 compat deep watching elements (fix #11872)
🔩 p2-edge-case
ready for review
This PR requires more reviews
scope: v2 compat
#12236
opened Oct 22, 2024 by
thecodewarrior
Loading…
Vue 2 migration build WATCH_ARRAY triggers on deep value modification
🔩 p2-edge-case
scope: v2 compat
#11872
opened Sep 9, 2024 by
thecodewarrior
Compiled Vue 2.7 Script Setup Components crash when mounted in Vue 3 Compat
scope: v2 compat
#11164
opened Jun 17, 2024 by
jssullivan
fix(compat): ensure functional component is not null in This PR requires more reviews
scope: v2 compat
$children
ready for review
#10982
opened May 20, 2024 by
andreww2012
Loading…
fix(compat): do not auto invoke scoped slots when accessed via A workaround has been found to avoid the problem
🔩 p2-edge-case
ready for review
This PR requires more reviews
scope: v2 compat
$slots
has workaround
#10875
opened May 6, 2024 by
andreww2012
Loading…
Vue compat with Jest: "TypeError: decode_js.EntityDecoder is not a constructor"
🔩 p2-edge-case
scope: v2 compat
#10609
opened Mar 28, 2024 by
baffalop
@vue/compat doesn't render slot fallback content for Vue 2 components
has workaround
A workaround has been found to avoid the problem
🔩 p2-edge-case
scope: v2 compat
#9712
opened Nov 29, 2023 by
wpj
@vue/compat does not provide mjs bundle - won't work for Vue Ssr es modules project
scope: v2 compat
#9085
opened Aug 30, 2023 by
dmytro-grablov
compatconfig per component not working as expected
scope: v2 compat
#8677
opened Jun 29, 2023 by
bschelling
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…
@vue/compat: parent is missing when functional component is rendered inside functional component
🐞 bug
Something isn't working
scope: v2 compat
#6950
opened Oct 25, 2022 by
xanf
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…
render function is not patched when using @vue/compat and Something isn't working
scope: v2 compat
extends:
🐞 bug
#6860
opened Oct 12, 2022 by
xanf
Inappropriate behavor of compatConfig with feature COMPONENT_V_MODEL on pre-component basis
scope: v2 compat
#6495
opened Aug 18, 2022 by
remriver
[Vue compat] @click not working on a component
scope: v2 compat
#4566
opened Sep 12, 2021 by
SupertigerDev
changes to $attrs don't trigger options API watcher
scope: v2 compat
✨ feature request
New feature or request
#4060
opened Jul 4, 2021 by
xanf
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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.