-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
[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-elements): allow injecting values from app context in nested elements (fix #13212)
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: custom elements
#13219
opened Apr 17, 2025 by
adrianbrs
Loading…
Injection breaks when nesting Vue custom elements
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: custom elements
#13212
opened Apr 16, 2025 by
jessevanassen
[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 proper remount and prevent redundant slot parsing with shadowRoot 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
#13201
opened Apr 15, 2025 by
edison1105
Loading…
[custom elements api] Cannot set properties of null (setting 'parent') with { shadowRoot: false }
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
scope: custom elements
#13199
opened Apr 14, 2025 by
wolandec
fix(custom-element): prevent parse slot when custom elemnt move in DOM
need test
The PR has missing test cases.
scope: custom elements
#13164
opened Apr 5, 2025 by
AliGhasami
Loading…
Not possible to set attributes (template syntax) on web components/custom elements
need discussion
scope: custom elements
#13104
opened Mar 26, 2025 by
bigwigal
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
feat(runtime-dom): allow specifying additional options for 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
shadowRoot
in custom elements
🔨 p3-minor-bug
#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(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
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 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
watch
to observe a prop in a vue custom element, the other props accessed in the listener are the old values.
🔨 p3-minor-bug
#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…
API for getting slots programmatically when SFC is built as Custom Element
scope: custom elements
✨ feature request
New feature or request
#12498
opened Dec 3, 2024 by
ihardyslide
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
fix(custom-element): preserve appContext during hmr reload
🔨 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
scope: hmr
#12455
opened Nov 21, 2024 by
edison1105
Loading…
defineCustomElement
looses provide context configured by configureApp
on HMR
🔨 p3-minor-bug
#12453
opened Nov 21, 2024 by
danieldasilva-smake
configureApp
for defineCustomElement
Not Executed for Async Components
🔨 p3-minor-bug
#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.
scope: custom elements
#12413
opened Nov 16, 2024 by
lejunyang
Loading…
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.