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
Assigned to nobody Loading
Sort

Issues list

[custom elements api] TypeError: Cannot read properties of null (reading 'insertBefore') using v-if on named slot 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13234 opened Apr 22, 2025 by wolandec
fix(custom-element): enhance slot handling with shadowRoot:false 🔨 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: custom elements
#13208 opened Apr 16, 2025 by edison1105 Loading…
[custom elements api] using v-if in custom element slot doesn't work 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#13206 opened Apr 15, 2025 by wolandec
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. 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
2
4
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(custom-element): prevent injecting child styles if shadowRoot is false 🔨 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
#12769 opened Jan 22, 2025 by edison1105 Loading…
Error in _injectChildStyle when shadowRoot is disabled in CustomElementApi 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#12630 opened Dec 30, 2024 by canciodev
Using watch to observe a prop in a vue custom element, the other props accessed in the listener are the old values. 🔨 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: custom elements
#12619 opened Dec 26, 2024 by hanshy1
fix(custom-element): handle configure app work with async 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: custom elements
#12607 opened Dec 25, 2024 by edison1105 Loading…
fix(custom-element): fix parent resolving issue when slotted in shadow dom 🔨 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
#12480 opened Nov 27, 2024 by lejunyang Loading…
Discrepancy in parent resolving for vue custom element and vue component 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#12479 opened Nov 27, 2024 by lejunyang
configureApp for defineCustomElement Not Executed for Async Components 🔨 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: custom elements
#12448 opened Nov 20, 2024 by farcry550
fix(custom-element): properly handle custom element remove then insert again 🔨 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
#12413 opened Nov 16, 2024 by lejunyang Loading…
Remove vue custom element and append it back later can cause a lot of issues 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: custom elements
#12412 opened Nov 16, 2024 by lejunyang
fix(custom-element): should properly patch as props for vue 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
#12409 opened Nov 15, 2024 by lejunyang Loading…
Cannot properly set numberish attribute(like tabindex) or boolean attribute on Vue custom 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 scope: custom elements
#12408 opened Nov 15, 2024 by lejunyang
feat(teleport/css-v-bind): support for getting teleported content via target 🍰 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: custom elements
#12299 opened Oct 31, 2024 by edison1105 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.