You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a folder structure and config in this way, for example, this PaperButton is exported with the name PaperButtonComponent. It looks like this:
export { default as PaperButtonComponent } from '../..\\components\\Button\\PaperButton\\PaperButton.component.vue'
I looked at this from the components output in the .nuxt directory.
For this reason, where I want to use this component, I have to add Component expression to the end.
Under /components directory I have component structure like this
My components config in nuxt.config.ts is like this:
When I use a folder structure and config in this way, for example, this PaperButton is exported with the name PaperButtonComponent. It looks like this:
export { default as PaperButtonComponent } from '../..\\components\\Button\\PaperButton\\PaperButton.component.vue'
I looked at this from the components output in the .nuxt directory.
For this reason, where I want to use this component, I have to add Component expression to the end.
But I don't want that. How can I do this while my component naming remains .component.vue?
The text was updated successfully, but these errors were encountered: