nuxt3 with nuxtUI Failed to resolve component UPage
Hi,
I installed a fresh nuxt3 app and added nuxtUI according the instalation guides.
in my app.vue, I added this content
and this is my VerticalManu, component file
The problem is that I get this warnings in the console and I do not know how to get over it.
I mention that if I add a <UButton>click me</UButton> in the main <div> of app.vue and delete everything else, I see the button in the browser.
Any help will be much appreciated! π
1 Reply
UPage is a pro component, do you have nuxt ui pro? If not then you wonβt be able to use this component.