Anonymous Component in vue-devtools #1093
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Generating a default Vue CLI project, adding
primevue
to it, and importing and declaring a component results in it being anAnonymous Component
in the Vue.js devtools browser extension. I experimented a bit and noticed that this behavior starts happening with version 3.2.x; in 3.1.x components still have a name set.Is this the intended behavior? Included components as SFCs generate names in the devtools with newer versions of PrimeVue.
Minimal steps to reproduce:
npx @vue/cli create vue-cli-project
cd vue-cli-project && yarn add primevue
yarn serve
Anonymous Component
The text was updated successfully, but these errors were encountered: