Open hugopedro opened 1 year ago
CNPJStepper .vue
--> CNPJStepper.vue
CNPJStepper .vue
-->CNPJStepper.vue
hi, Did you resolved it?
CNPJStepper .vue
-->CNPJStepper.vue
hi, Did you resolved it?
I guess the file name is wrong.
export interface GlobalComponents {
CalendarErrorModal: typeof import('./src/components/CalendarErrorModal.vue')['default']
'CNPJStepper ': typeof import('./src/components/CNPJStepper .vue')['default']
...
Describe the bug
Output:
SSHDStepper
is loaded normally,CNPJStepper
isn't.Looking inside
components.d.ts
I found something intriguing:The component is accompanied by single quotes and a space before mentioning the file type.
Editing this call and leaving It same as others didn't work.
Reproduction
It happens when the component was called within the application
System Info
Used Package Manager
npm
Validations