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! π
2 Replies
UPage is a pro component, do you have nuxt ui pro? If not then you wonβt be able to use this component.
what do you mean by do you have nuxt ui pro meaning it's installed on the package.json or you bought the pro?
cause i am encountering the error just now installed it locally but doesn't show up, nothing on my nuxt app yet just barebones and installed nuxt/ui-pro ^3.0.0-alpha.12.
okay i had a typo now it results to my previous error.