nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.4k stars 374 forks source link

Failed to resolve component #1700

Closed Alaa-Ach closed 3 weeks ago

Alaa-Ach commented 4 weeks ago

Environment


Version

v3.10.1

Reproduction

https://stackblitz.com/~/github.com/Alaa-Ach/nuxt-practice

Description

I just created a new project using nuxt-ui and it seems that it's not working, the components are not imported and i get that message PS: i didn't change any thing on the project , i followed the documentation guide by creating the project using : npx nuxi@latest init -t ui image image

Additional context

No response

Logs

No response

noook commented 4 weeks ago

I just tested with the exact same command you provided and it works as expected.

Please share the repository you just initialized so we can try on our side, that's why reproductions are important.

Alaa-Ach commented 4 weeks ago

here is the repo https://stackblitz.com/~/github.com/Alaa-Ach/nuxt-practice there is a version compability issue image

Alaa-Ach commented 4 weeks ago

@noook I just used this command npx nuxi upgrade and it's working now

moshetanzer commented 3 weeks ago

Great! Thanks @noook!