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

computed style v-bind fails to parse block in SSR has workaround A workaround has been found to avoid the problem 🐞 bug Something isn't working scope: sfc-style-vars scope: ssr
#11779 opened Sep 2, 2024 by danielroe
同时使用KeepAlive和Transition, Transition使用out-in模式, 使用include控制缓存的组件, 可能导致out-in失效 🔨 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
#11775 opened Sep 2, 2024 by beishuangzz
Modifying items of an extended array does not trigger re-computation ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: reactivity
#11759 opened Aug 30, 2024 by scottbedard
2
use Partial in defineProps, $props lose type has workaround A workaround has been found to avoid the problem scope: types
#11733 opened Aug 28, 2024 by Kanade-Lu
defineModel behavior without parent passing v-model different between strings and arrays need documentation Not necessarily a bug, but proper documentation is needed
#11720 opened Aug 26, 2024 by danielkellyio
Unexpected DOM Updates When Wrapping Checkbox in a Vue Component 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: v-model
#11647 opened Aug 18, 2024 by Mini-ghost
2
3
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
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
ProTip! Adding no:label will show everything without a label.