-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: sfc
Description
Vue version
3.4
Link to minimal reproduction
Steps to reproduce
Just use the v-bind shorthand to bind the is
property: <component :is>
.
What is expected?
Should function the same as <component :is="is">
.
What is actually happening?
Warning is produced:
Failed to resolve component: component
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at <Compis="p">
at <Repl>
System Info
n/a; Playground
Any additional comments?
No response
sadeghbarati, Shyam-Chen and MichailShcherbakov
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: sfc