-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Description
Version
6.2.1
Browser and OS info
Browser: Vivaldi 5.2.2623.48 (Stable channel) stable (64-bit)
OS: Pop!_OS 22.04 LTS
Steps to reproduce
Build a library component using Vue 3, typescript, vite, and the composition api
What is expected?
Components should have their name rendered.
What is actually happening?
All imported components are Anonymous Component
s in dev tools.
I've noticed that all of my built components have a __name
property in the options
of the component definition instead of a name
property, so maybe updating this line to check for options.__name
would fix the issue?
I don't have a reproducible environment at the moment, but I can create one if deemed necessary to progress. Thank you!
joepvdstaaij, jayli3n, aaronklinker-st, WhyNotHugo and blacelle
Metadata
Metadata
Assignees
Labels
No labels